How to get the bgColor of the row

Hi,

How cud i get the bgColor of a selected row?



Kindly help me out.



thanks & regds,

Rasmit .

bgColor of the selected row stored in the css rule:
div.gridbox table.obj tr.rowselected td{
background-color: some;
}