Shades of Clover #475532
Tints of Clover #475532
RGB
CMYK
RGB Variations
Color information
#475532 (or 0x475532) is known color: Clover. HEX triplet: 47, 55 and 32. RGB value is (71,85,50). Sum of RGB (Red+Green+Blue) = 71+85+50=206 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.47% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 50 (19.92% from 255 or 24.27% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #475532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475532 is #B8AACD. Grayscale: #4C4C4C. Windows color (decimal): -12102350 or 3298631. OLE color: 3298631.
HSL color Cylindrical-coordinate representation of color #475532: hue angle of 84º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #475532 is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 85 | 50 | - |
| CMYK | 0.16 | 0 | 0.41 | 0.67 |
| HSL | 84º | 0.26% | 0.26% | - |
| HSV(B) | 84º | 0.41% | 0.33% | - |
| XYZ | 6.42 | 8.07 | 4.24 | - |
| YUV | 76.82 | 112.86 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 50 | 0.16 | 0 | 0.41 | 0.67 | 84 | 0.26 | 0.26 |
| Hex | 47 | 55 | 32 | 10 | 0 | 29 | 43 | 54 | 1A | 1A |
| Octal | 107 | 125 | 62 | 20 | 0 | 51 | 103 | 124 | 32 | 32 |
| Binary | 1000111 | 1010101 | 110010 | 10000 | 0 | 101001 | 1000011 | 1010100 | 11010 | 11010 |
Color Harmonies of #475532
Complementary color
Monochromatic Colors of #475532
Black with #475532
Text Example
Text Example
White with #475532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475532; }
p { color: rgb(71,85,50); }
H1.HeaderClassName
{
color: #475532;
}
.AnyTagClassName
{
color: #475532;
}
</style>
background-color css
<style>
a { background-color: #475532; }
a { background-color: rgb(71,85,50); }
div.DivClassName
{
background-color: #475532;
}
.BgClassName
{
background-color: #475532;
}
</style>
border-color css
<style>
span { border-color: #475532; }
span { border-color: rgb(71,85,50); }
td.TdClassName
{
border-color: #475532;
}
.TagClassName
{
border-color: #475532;
}
</style>