Shades of Clover #496023
Tints of Clover #496023
RGB
CMYK
RGB Variations
Color information
#496023 (or 0x496023) is known color: Clover. HEX triplet: 49, 60 and 23. RGB value is (73,96,35). Sum of RGB (Red+Green+Blue) = 73+96+35=204 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.78% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 35 (14.06% from 255 or 17.16% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #496023 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496023 is #B69FDC. Grayscale: #525252. Windows color (decimal): -11968477 or 2318409. OLE color: 2318409.
HSL color Cylindrical-coordinate representation of color #496023: hue angle of 82.62º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #496023 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 96 | 35 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.62 |
| HSL | 82.62º | 0.47% | 0.26% | - |
| HSV(B) | 82.62º | 0.64% | 0.38% | - |
| XYZ | 7.23 | 9.9 | 3.12 | - |
| YUV | 82.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 35 | 0.24 | 0 | 0.64 | 0.62 | 82.62 | 0.47 | 0.26 |
| Hex | 49 | 60 | 23 | 18 | 0 | 40 | 3E | 53 | 2F | 1A |
| Octal | 111 | 140 | 43 | 30 | 0 | 100 | 76 | 123 | 57 | 32 |
| Binary | 1001001 | 1100000 | 100011 | 11000 | 0 | 1000000 | 111110 | 1010011 | 101111 | 11010 |
Color Harmonies of #496023
Complementary color
Monochromatic Colors of #496023
Black with #496023
Text Example
Text Example
White with #496023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496023; }
p { color: rgb(73,96,35); }
H1.HeaderClassName
{
color: #496023;
}
.AnyTagClassName
{
color: #496023;
}
</style>
background-color css
<style>
a { background-color: #496023; }
a { background-color: rgb(73,96,35); }
div.DivClassName
{
background-color: #496023;
}
.BgClassName
{
background-color: #496023;
}
</style>
border-color css
<style>
span { border-color: #496023; }
span { border-color: rgb(73,96,35); }
td.TdClassName
{
border-color: #496023;
}
.TagClassName
{
border-color: #496023;
}
</style>