Shades of Clover #495B32
Tints of Clover #495B32
RGB
CMYK
RGB Variations
Color information
#495B32 (or 0x495B32) is known color: Clover. HEX triplet: 49, 5B and 32. RGB value is (73,91,50). Sum of RGB (Red+Green+Blue) = 73+91+50=214 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.11% from 214); Green value is 91 (35.94% from 255 or 42.52% from 214); Blue value is 50 (19.92% from 255 or 23.36% from 214); Max value from RGB is 91 - color contains mainly: green. Hex color #495B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B32 is #B6A4CD. Grayscale: #515151. Windows color (decimal): -11969742 or 3300169. OLE color: 3300169.
HSL color Cylindrical-coordinate representation of color #495B32: hue angle of 86.34º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #495B32 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 50 | - |
| CMYK | 0.20 | 0 | 0.45 | 0.64 |
| HSL | 86.34º | 0.29% | 0.28% | - |
| HSV(B) | 86.34º | 0.45% | 0.36% | - |
| XYZ | 7.06 | 9.13 | 4.41 | - |
| YUV | 80.94 | 110.54 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 50 | 0.20 | 0 | 0.45 | 0.64 | 86.34 | 0.29 | 0.28 |
| Hex | 49 | 5B | 32 | 14 | 0 | 2D | 40 | 56 | 1D | 1C |
| Octal | 111 | 133 | 62 | 24 | 0 | 55 | 100 | 126 | 35 | 34 |
| Binary | 1001001 | 1011011 | 110010 | 10100 | 0 | 101101 | 1000000 | 1010110 | 11101 | 11100 |
Color Harmonies of #495B32
Complementary color
Monochromatic Colors of #495B32
Black with #495B32
Text Example
Text Example
White with #495B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B32; }
p { color: rgb(73,91,50); }
H1.HeaderClassName
{
color: #495B32;
}
.AnyTagClassName
{
color: #495B32;
}
</style>
background-color css
<style>
a { background-color: #495B32; }
a { background-color: rgb(73,91,50); }
div.DivClassName
{
background-color: #495B32;
}
.BgClassName
{
background-color: #495B32;
}
</style>
border-color css
<style>
span { border-color: #495B32; }
span { border-color: rgb(73,91,50); }
td.TdClassName
{
border-color: #495B32;
}
.TagClassName
{
border-color: #495B32;
}
</style>