Shades of Clover #475936
Tints of Clover #475936
RGB
CMYK
RGB Variations
Color information
#475936 (or 0x475936) is known color: Clover. HEX triplet: 47, 59 and 36. RGB value is (71,89,54). Sum of RGB (Red+Green+Blue) = 71+89+54=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 54 (21.48% from 255 or 25.23% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #475936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475936 is #B8A6C9. Grayscale: #4F4F4F. Windows color (decimal): -12101322 or 3561799. OLE color: 3561799.
HSL color Cylindrical-coordinate representation of color #475936: hue angle of 90.86º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475936 is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 89 | 54 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.65 |
| HSL | 90.86º | 0.24% | 0.28% | - |
| HSV(B) | 90.86º | 0.39% | 0.35% | - |
| XYZ | 6.84 | 8.75 | 4.82 | - |
| YUV | 79.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 54 | 0.20 | 0 | 0.39 | 0.65 | 90.86 | 0.24 | 0.28 |
| Hex | 47 | 59 | 36 | 14 | 0 | 27 | 41 | 5B | 18 | 1C |
| Octal | 107 | 131 | 66 | 24 | 0 | 47 | 101 | 133 | 30 | 34 |
| Binary | 1000111 | 1011001 | 110110 | 10100 | 0 | 100111 | 1000001 | 1011011 | 11000 | 11100 |
Color Harmonies of #475936
Complementary color
Monochromatic Colors of #475936
Black with #475936
Text Example
Text Example
White with #475936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475936; }
p { color: rgb(71,89,54); }
H1.HeaderClassName
{
color: #475936;
}
.AnyTagClassName
{
color: #475936;
}
</style>
background-color css
<style>
a { background-color: #475936; }
a { background-color: rgb(71,89,54); }
div.DivClassName
{
background-color: #475936;
}
.BgClassName
{
background-color: #475936;
}
</style>
border-color css
<style>
span { border-color: #475936; }
span { border-color: rgb(71,89,54); }
td.TdClassName
{
border-color: #475936;
}
.TagClassName
{
border-color: #475936;
}
</style>