Shades of Clover #474F36
Tints of Clover #474F36
RGB
CMYK
RGB Variations
Color information
#474F36 (or 0x474F36) is known color: Clover. HEX triplet: 47, 4F and 36. RGB value is (71,79,54). Sum of RGB (Red+Green+Blue) = 71+79+54=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 79 (31.25% from 255 or 38.73% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 79 - color contains mainly: green. Hex color #474F36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F36 is #B8B0C9. Grayscale: #494949. Windows color (decimal): -12103882 or 3559239. OLE color: 3559239.
HSL color Cylindrical-coordinate representation of color #474F36: hue angle of 79.2º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #474F36 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 79 | 54 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.69 |
| HSL | 79.2º | 0.19% | 0.26% | - |
| HSV(B) | 79.2º | 0.32% | 0.31% | - |
| XYZ | 6.06 | 7.2 | 4.56 | - |
| YUV | 73.76 | 116.85 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 54 | 0.10 | 0 | 0.32 | 0.69 | 79.2 | 0.19 | 0.26 |
| Hex | 47 | 4F | 36 | A | 0 | 20 | 45 | 4F | 13 | 1A |
| Octal | 107 | 117 | 66 | 12 | 0 | 40 | 105 | 117 | 23 | 32 |
| Binary | 1000111 | 1001111 | 110110 | 1010 | 0 | 100000 | 1000101 | 1001111 | 10011 | 11010 |
Color Harmonies of #474F36
Complementary color
Monochromatic Colors of #474F36
Black with #474F36
Text Example
Text Example
White with #474F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F36; }
p { color: rgb(71,79,54); }
H1.HeaderClassName
{
color: #474F36;
}
.AnyTagClassName
{
color: #474F36;
}
</style>
background-color css
<style>
a { background-color: #474F36; }
a { background-color: rgb(71,79,54); }
div.DivClassName
{
background-color: #474F36;
}
.BgClassName
{
background-color: #474F36;
}
</style>
border-color css
<style>
span { border-color: #474F36; }
span { border-color: rgb(71,79,54); }
td.TdClassName
{
border-color: #474F36;
}
.TagClassName
{
border-color: #474F36;
}
</style>