Shades of Clover #474F37
Tints of Clover #474F37
RGB
CMYK
RGB Variations
Color information
#474F37 (or 0x474F37) is known color: Clover. HEX triplet: 47, 4F and 37. RGB value is (71,79,55). Sum of RGB (Red+Green+Blue) = 71+79+55=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 55 (21.88% from 255 or 26.83% from 205); Max value from RGB is 79 - color contains mainly: green. Hex color #474F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F37 is #B8B0C8. Grayscale: #494949. Windows color (decimal): -12103881 or 3624775. OLE color: 3624775.
HSL color Cylindrical-coordinate representation of color #474F37: hue angle of 80º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #474F37 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 79 | 55 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.69 |
| HSL | 80º | 0.18% | 0.26% | - |
| HSV(B) | 80º | 0.3% | 0.31% | - |
| XYZ | 6.08 | 7.21 | 4.68 | - |
| YUV | 73.87 | 117.35 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 55 | 0.10 | 0 | 0.30 | 0.69 | 80 | 0.18 | 0.26 |
| Hex | 47 | 4F | 37 | A | 0 | 1E | 45 | 50 | 12 | 1A |
| Octal | 107 | 117 | 67 | 12 | 0 | 36 | 105 | 120 | 22 | 32 |
| Binary | 1000111 | 1001111 | 110111 | 1010 | 0 | 11110 | 1000101 | 1010000 | 10010 | 11010 |
Color Harmonies of #474F37
Complementary color
Monochromatic Colors of #474F37
Black with #474F37
Text Example
Text Example
White with #474F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F37; }
p { color: rgb(71,79,55); }
H1.HeaderClassName
{
color: #474F37;
}
.AnyTagClassName
{
color: #474F37;
}
</style>
background-color css
<style>
a { background-color: #474F37; }
a { background-color: rgb(71,79,55); }
div.DivClassName
{
background-color: #474F37;
}
.BgClassName
{
background-color: #474F37;
}
</style>
border-color css
<style>
span { border-color: #474F37; }
span { border-color: rgb(71,79,55); }
td.TdClassName
{
border-color: #474F37;
}
.TagClassName
{
border-color: #474F37;
}
</style>