Shades of Clover #475131
Tints of Clover #475131
RGB
CMYK
RGB Variations
Color information
#475131 (or 0x475131) is known color: Clover. HEX triplet: 47, 51 and 31. RGB value is (71,81,49). Sum of RGB (Red+Green+Blue) = 71+81+49=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 49 (19.53% from 255 or 24.38% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #475131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475131 is #B8AECE. Grayscale: #4A4A4A. Windows color (decimal): -12103375 or 3232071. OLE color: 3232071.
HSL color Cylindrical-coordinate representation of color #475131: hue angle of 78.75º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475131 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 81 | 49 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.68 |
| HSL | 78.75º | 0.25% | 0.25% | - |
| HSV(B) | 78.75º | 0.4% | 0.32% | - |
| XYZ | 6.1 | 7.45 | 4.02 | - |
| YUV | 74.36 | 113.69 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 49 | 0.12 | 0 | 0.40 | 0.68 | 78.75 | 0.25 | 0.25 |
| Hex | 47 | 51 | 31 | C | 0 | 28 | 44 | 4F | 19 | 19 |
| Octal | 107 | 121 | 61 | 14 | 0 | 50 | 104 | 117 | 31 | 31 |
| Binary | 1000111 | 1010001 | 110001 | 1100 | 0 | 101000 | 1000100 | 1001111 | 11001 | 11001 |
Color Harmonies of #475131
Complementary color
Monochromatic Colors of #475131
Black with #475131
Text Example
Text Example
White with #475131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475131; }
p { color: rgb(71,81,49); }
H1.HeaderClassName
{
color: #475131;
}
.AnyTagClassName
{
color: #475131;
}
</style>
background-color css
<style>
a { background-color: #475131; }
a { background-color: rgb(71,81,49); }
div.DivClassName
{
background-color: #475131;
}
.BgClassName
{
background-color: #475131;
}
</style>
border-color css
<style>
span { border-color: #475131; }
span { border-color: rgb(71,81,49); }
td.TdClassName
{
border-color: #475131;
}
.TagClassName
{
border-color: #475131;
}
</style>