Shades of Clover #475B32
Tints of Clover #475B32
RGB
CMYK
RGB Variations
Color information
#475B32 (or 0x475B32) is known color: Clover. HEX triplet: 47, 5B and 32. RGB value is (71,91,50). Sum of RGB (Red+Green+Blue) = 71+91+50=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 50 (19.92% from 255 or 23.58% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #475B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475B32 is #B8A4CD. Grayscale: #505050. Windows color (decimal): -12100814 or 3300167. OLE color: 3300167.
HSL color Cylindrical-coordinate representation of color #475B32: hue angle of 89.27º 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 #475B32 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 91 | 50 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.64 |
| HSL | 89.27º | 0.29% | 0.28% | - |
| HSV(B) | 89.27º | 0.45% | 0.36% | - |
| XYZ | 6.92 | 9.05 | 4.4 | - |
| YUV | 80.35 | 110.87 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 50 | 0.22 | 0 | 0.45 | 0.64 | 89.27 | 0.29 | 0.28 |
| Hex | 47 | 5B | 32 | 16 | 0 | 2D | 40 | 59 | 1D | 1C |
| Octal | 107 | 133 | 62 | 26 | 0 | 55 | 100 | 131 | 35 | 34 |
| Binary | 1000111 | 1011011 | 110010 | 10110 | 0 | 101101 | 1000000 | 1011001 | 11101 | 11100 |
Color Harmonies of #475B32
Complementary color
Monochromatic Colors of #475B32
Black with #475B32
Text Example
Text Example
White with #475B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B32; }
p { color: rgb(71,91,50); }
H1.HeaderClassName
{
color: #475B32;
}
.AnyTagClassName
{
color: #475B32;
}
</style>
background-color css
<style>
a { background-color: #475B32; }
a { background-color: rgb(71,91,50); }
div.DivClassName
{
background-color: #475B32;
}
.BgClassName
{
background-color: #475B32;
}
</style>
border-color css
<style>
span { border-color: #475B32; }
span { border-color: rgb(71,91,50); }
td.TdClassName
{
border-color: #475B32;
}
.TagClassName
{
border-color: #475B32;
}
</style>