Shades of Clover #496020
Tints of Clover #496020
RGB
CMYK
RGB Variations
Color information
#496020 (or 0x496020) is known color: Clover. HEX triplet: 49, 60 and 20. RGB value is (73,96,32). Sum of RGB (Red+Green+Blue) = 73+96+32=201 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.32% from 201); Green value is 96 (37.89% from 255 or 47.76% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 96 - color contains mainly: green. Hex color #496020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496020 is #B69FDF. Grayscale: #525252. Windows color (decimal): -11968480 or 2121801. OLE color: 2121801.
HSL color Cylindrical-coordinate representation of color #496020: hue angle of 81.56º 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 #496020 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 96 | 32 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.62 |
| HSL | 81.56º | 0.5% | 0.25% | - |
| HSV(B) | 81.56º | 0.67% | 0.38% | - |
| XYZ | 7.19 | 9.89 | 2.9 | - |
| YUV | 81.83 | 99.88 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 32 | 0.24 | 0 | 0.67 | 0.62 | 81.56 | 0.5 | 0.25 |
| Hex | 49 | 60 | 20 | 18 | 0 | 43 | 3E | 52 | 32 | 19 |
| Octal | 111 | 140 | 40 | 30 | 0 | 103 | 76 | 122 | 62 | 31 |
| Binary | 1001001 | 1100000 | 100000 | 11000 | 0 | 1000011 | 111110 | 1010010 | 110010 | 11001 |
Color Harmonies of #496020
Complementary color
Monochromatic Colors of #496020
Black with #496020
Text Example
Text Example
White with #496020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496020; }
p { color: rgb(73,96,32); }
H1.HeaderClassName
{
color: #496020;
}
.AnyTagClassName
{
color: #496020;
}
</style>
background-color css
<style>
a { background-color: #496020; }
a { background-color: rgb(73,96,32); }
div.DivClassName
{
background-color: #496020;
}
.BgClassName
{
background-color: #496020;
}
</style>
border-color css
<style>
span { border-color: #496020; }
span { border-color: rgb(73,96,32); }
td.TdClassName
{
border-color: #496020;
}
.TagClassName
{
border-color: #496020;
}
</style>