Shades of Clover #495D32
Tints of Clover #495D32
RGB
CMYK
RGB Variations
Color information
#495D32 (or 0x495D32) is known color: Clover. HEX triplet: 49, 5D and 32. RGB value is (73,93,50). Sum of RGB (Red+Green+Blue) = 73+93+50=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #495D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D32 is #B6A2CD. Grayscale: #525252. Windows color (decimal): -11969230 or 3300681. OLE color: 3300681.
HSL color Cylindrical-coordinate representation of color #495D32: hue angle of 87.91º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #495D32 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 50 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.64 |
| HSL | 87.91º | 0.3% | 0.28% | - |
| HSV(B) | 87.91º | 0.46% | 0.36% | - |
| XYZ | 7.24 | 9.48 | 4.47 | - |
| YUV | 82.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 50 | 0.22 | 0 | 0.46 | 0.64 | 87.91 | 0.3 | 0.28 |
| Hex | 49 | 5D | 32 | 16 | 0 | 2E | 40 | 58 | 1E | 1C |
| Octal | 111 | 135 | 62 | 26 | 0 | 56 | 100 | 130 | 36 | 34 |
| Binary | 1001001 | 1011101 | 110010 | 10110 | 0 | 101110 | 1000000 | 1011000 | 11110 | 11100 |
Color Harmonies of #495D32
Complementary color
Monochromatic Colors of #495D32
Black with #495D32
Text Example
Text Example
White with #495D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D32; }
p { color: rgb(73,93,50); }
H1.HeaderClassName
{
color: #495D32;
}
.AnyTagClassName
{
color: #495D32;
}
</style>
background-color css
<style>
a { background-color: #495D32; }
a { background-color: rgb(73,93,50); }
div.DivClassName
{
background-color: #495D32;
}
.BgClassName
{
background-color: #495D32;
}
</style>
border-color css
<style>
span { border-color: #495D32; }
span { border-color: rgb(73,93,50); }
td.TdClassName
{
border-color: #495D32;
}
.TagClassName
{
border-color: #495D32;
}
</style>