Shades of Clover #496120
Tints of Clover #496120
RGB
CMYK
RGB Variations
Color information
#496120 (or 0x496120) is known color: Clover. HEX triplet: 49, 61 and 20. RGB value is (73,97,32). Sum of RGB (Red+Green+Blue) = 73+97+32=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #496120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496120 is #B69EDF. Grayscale: #525252. Windows color (decimal): -11968224 or 2122057. OLE color: 2122057.
HSL color Cylindrical-coordinate representation of color #496120: hue angle of 82.15º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #496120 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 32 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.62 |
| HSL | 82.15º | 0.5% | 0.25% | - |
| HSV(B) | 82.15º | 0.67% | 0.38% | - |
| XYZ | 7.28 | 10.07 | 2.93 | - |
| YUV | 82.41 | 99.55 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 32 | 0.25 | 0 | 0.67 | 0.62 | 82.15 | 0.5 | 0.25 |
| Hex | 49 | 61 | 20 | 19 | 0 | 43 | 3E | 52 | 32 | 19 |
| Octal | 111 | 141 | 40 | 31 | 0 | 103 | 76 | 122 | 62 | 31 |
| Binary | 1001001 | 1100001 | 100000 | 11001 | 0 | 1000011 | 111110 | 1010010 | 110010 | 11001 |
Color Harmonies of #496120
Complementary color
Monochromatic Colors of #496120
Black with #496120
Text Example
Text Example
White with #496120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496120; }
p { color: rgb(73,97,32); }
H1.HeaderClassName
{
color: #496120;
}
.AnyTagClassName
{
color: #496120;
}
</style>
background-color css
<style>
a { background-color: #496120; }
a { background-color: rgb(73,97,32); }
div.DivClassName
{
background-color: #496120;
}
.BgClassName
{
background-color: #496120;
}
</style>
border-color css
<style>
span { border-color: #496120; }
span { border-color: rgb(73,97,32); }
td.TdClassName
{
border-color: #496120;
}
.TagClassName
{
border-color: #496120;
}
</style>