Shades of Clover #475132
Tints of Clover #475132
RGB
CMYK
RGB Variations
Color information
#475132 (or 0x475132) is known color: Clover. HEX triplet: 47, 51 and 32. RGB value is (71,81,50). Sum of RGB (Red+Green+Blue) = 71+81+50=202 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.15% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 50 (19.92% from 255 or 24.75% from 202); Max value from RGB is 81 - color contains mainly: green. Hex color #475132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475132 is #B8AECD. Grayscale: #4A4A4A. Windows color (decimal): -12103374 or 3297607. OLE color: 3297607.
HSL color Cylindrical-coordinate representation of color #475132: hue angle of 79.35º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475132 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 81 | 50 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.68 |
| HSL | 79.35º | 0.24% | 0.26% | - |
| HSV(B) | 79.35º | 0.38% | 0.32% | - |
| XYZ | 6.12 | 7.45 | 4.13 | - |
| YUV | 74.48 | 114.19 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 50 | 0.12 | 0 | 0.38 | 0.68 | 79.35 | 0.24 | 0.26 |
| Hex | 47 | 51 | 32 | C | 0 | 26 | 44 | 4F | 18 | 1A |
| Octal | 107 | 121 | 62 | 14 | 0 | 46 | 104 | 117 | 30 | 32 |
| Binary | 1000111 | 1010001 | 110010 | 1100 | 0 | 100110 | 1000100 | 1001111 | 11000 | 11010 |
Color Harmonies of #475132
Complementary color
Monochromatic Colors of #475132
Black with #475132
Text Example
Text Example
White with #475132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475132; }
p { color: rgb(71,81,50); }
H1.HeaderClassName
{
color: #475132;
}
.AnyTagClassName
{
color: #475132;
}
</style>
background-color css
<style>
a { background-color: #475132; }
a { background-color: rgb(71,81,50); }
div.DivClassName
{
background-color: #475132;
}
.BgClassName
{
background-color: #475132;
}
</style>
border-color css
<style>
span { border-color: #475132; }
span { border-color: rgb(71,81,50); }
td.TdClassName
{
border-color: #475132;
}
.TagClassName
{
border-color: #475132;
}
</style>