Shades of Clover #474F35
Tints of Clover #474F35
RGB
CMYK
RGB Variations
Color information
#474F35 (or 0x474F35) is known color: Clover. HEX triplet: 47, 4F and 35. RGB value is (71,79,53). Sum of RGB (Red+Green+Blue) = 71+79+53=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 79 (31.25% from 255 or 38.92% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 79 - color contains mainly: green. Hex color #474F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F35 is #B8B0CA. Grayscale: #494949. Windows color (decimal): -12103883 or 3493703. OLE color: 3493703.
HSL color Cylindrical-coordinate representation of color #474F35: hue angle of 78.46º degrees, saturation: 0.2, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #474F35 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 79 | 53 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.69 |
| HSL | 78.46º | 0.2% | 0.26% | - |
| HSV(B) | 78.46º | 0.33% | 0.31% | - |
| XYZ | 6.04 | 7.19 | 4.44 | - |
| YUV | 73.64 | 116.35 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 53 | 0.10 | 0 | 0.33 | 0.69 | 78.46 | 0.2 | 0.26 |
| Hex | 47 | 4F | 35 | A | 0 | 21 | 45 | 4E | 14 | 1A |
| Octal | 107 | 117 | 65 | 12 | 0 | 41 | 105 | 116 | 24 | 32 |
| Binary | 1000111 | 1001111 | 110101 | 1010 | 0 | 100001 | 1000101 | 1001110 | 10100 | 11010 |
Color Harmonies of #474F35
Complementary color
Monochromatic Colors of #474F35
Black with #474F35
Text Example
Text Example
White with #474F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F35; }
p { color: rgb(71,79,53); }
H1.HeaderClassName
{
color: #474F35;
}
.AnyTagClassName
{
color: #474F35;
}
</style>
background-color css
<style>
a { background-color: #474F35; }
a { background-color: rgb(71,79,53); }
div.DivClassName
{
background-color: #474F35;
}
.BgClassName
{
background-color: #474F35;
}
</style>
border-color css
<style>
span { border-color: #474F35; }
span { border-color: rgb(71,79,53); }
td.TdClassName
{
border-color: #474F35;
}
.TagClassName
{
border-color: #474F35;
}
</style>