Shades of Clover #496123
Tints of Clover #496123
RGB
CMYK
RGB Variations
Color information
#496123 (or 0x496123) is known color: Clover. HEX triplet: 49, 61 and 23. RGB value is (73,97,35). Sum of RGB (Red+Green+Blue) = 73+97+35=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #496123 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #496123 is #B69EDC. Grayscale: #525252. Windows color (decimal): -11968221 or 2318665. OLE color: 2318665.
HSL color Cylindrical-coordinate representation of color #496123: hue angle of 83.23º 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 #496123 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 35 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.62 |
| HSL | 83.23º | 0.47% | 0.26% | - |
| HSV(B) | 83.23º | 0.64% | 0.38% | - |
| XYZ | 7.33 | 10.09 | 3.15 | - |
| YUV | 82.76 | 101.05 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 35 | 0.25 | 0 | 0.64 | 0.62 | 83.23 | 0.47 | 0.26 |
| Hex | 49 | 61 | 23 | 19 | 0 | 40 | 3E | 53 | 2F | 1A |
| Octal | 111 | 141 | 43 | 31 | 0 | 100 | 76 | 123 | 57 | 32 |
| Binary | 1001001 | 1100001 | 100011 | 11001 | 0 | 1000000 | 111110 | 1010011 | 101111 | 11010 |
Color Harmonies of #496123
Complementary color
Monochromatic Colors of #496123
Black with #496123
Text Example
Text Example
White with #496123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496123; }
p { color: rgb(73,97,35); }
H1.HeaderClassName
{
color: #496123;
}
.AnyTagClassName
{
color: #496123;
}
</style>
background-color css
<style>
a { background-color: #496123; }
a { background-color: rgb(73,97,35); }
div.DivClassName
{
background-color: #496123;
}
.BgClassName
{
background-color: #496123;
}
</style>
border-color css
<style>
span { border-color: #496123; }
span { border-color: rgb(73,97,35); }
td.TdClassName
{
border-color: #496123;
}
.TagClassName
{
border-color: #496123;
}
</style>