Shades of Clover #475137
Tints of Clover #475137
RGB
CMYK
RGB Variations
Color information
#475137 (or 0x475137) is known color: Clover. HEX triplet: 47, 51 and 37. RGB value is (71,81,55). Sum of RGB (Red+Green+Blue) = 71+81+55=207 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.30% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 55 (21.88% from 255 or 26.57% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #475137 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475137 is #B8AEC8. Grayscale: #4B4B4B. Windows color (decimal): -12103369 or 3625287. OLE color: 3625287.
HSL color Cylindrical-coordinate representation of color #475137: hue angle of 83.08º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475137 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 81 | 55 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.68 |
| HSL | 83.08º | 0.19% | 0.27% | - |
| HSV(B) | 83.08º | 0.32% | 0.32% | - |
| XYZ | 6.23 | 7.5 | 4.73 | - |
| YUV | 75.05 | 116.69 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 55 | 0.12 | 0 | 0.32 | 0.68 | 83.08 | 0.19 | 0.27 |
| Hex | 47 | 51 | 37 | C | 0 | 20 | 44 | 53 | 13 | 1B |
| Octal | 107 | 121 | 67 | 14 | 0 | 40 | 104 | 123 | 23 | 33 |
| Binary | 1000111 | 1010001 | 110111 | 1100 | 0 | 100000 | 1000100 | 1010011 | 10011 | 11011 |
Color Harmonies of #475137
Complementary color
Monochromatic Colors of #475137
Black with #475137
Text Example
Text Example
White with #475137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475137; }
p { color: rgb(71,81,55); }
H1.HeaderClassName
{
color: #475137;
}
.AnyTagClassName
{
color: #475137;
}
</style>
background-color css
<style>
a { background-color: #475137; }
a { background-color: rgb(71,81,55); }
div.DivClassName
{
background-color: #475137;
}
.BgClassName
{
background-color: #475137;
}
</style>
border-color css
<style>
span { border-color: #475137; }
span { border-color: rgb(71,81,55); }
td.TdClassName
{
border-color: #475137;
}
.TagClassName
{
border-color: #475137;
}
</style>