Shades of Clover #475332
Tints of Clover #475332
RGB
CMYK
RGB Variations
Color information
#475332 (or 0x475332) is known color: Clover. HEX triplet: 47, 53 and 32. RGB value is (71,83,50). Sum of RGB (Red+Green+Blue) = 71+83+50=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #475332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475332 is #B8ACCD. Grayscale: #4B4B4B. Windows color (decimal): -12102862 or 3298119. OLE color: 3298119.
HSL color Cylindrical-coordinate representation of color #475332: hue angle of 81.82º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475332 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 50 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.67 |
| HSL | 81.82º | 0.25% | 0.26% | - |
| HSV(B) | 81.82º | 0.4% | 0.33% | - |
| XYZ | 6.27 | 7.76 | 4.18 | - |
| YUV | 75.65 | 113.52 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 50 | 0.14 | 0 | 0.40 | 0.67 | 81.82 | 0.25 | 0.26 |
| Hex | 47 | 53 | 32 | E | 0 | 28 | 43 | 52 | 19 | 1A |
| Octal | 107 | 123 | 62 | 16 | 0 | 50 | 103 | 122 | 31 | 32 |
| Binary | 1000111 | 1010011 | 110010 | 1110 | 0 | 101000 | 1000011 | 1010010 | 11001 | 11010 |
Color Harmonies of #475332
Complementary color
Monochromatic Colors of #475332
Black with #475332
Text Example
Text Example
White with #475332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475332; }
p { color: rgb(71,83,50); }
H1.HeaderClassName
{
color: #475332;
}
.AnyTagClassName
{
color: #475332;
}
</style>
background-color css
<style>
a { background-color: #475332; }
a { background-color: rgb(71,83,50); }
div.DivClassName
{
background-color: #475332;
}
.BgClassName
{
background-color: #475332;
}
</style>
border-color css
<style>
span { border-color: #475332; }
span { border-color: rgb(71,83,50); }
td.TdClassName
{
border-color: #475332;
}
.TagClassName
{
border-color: #475332;
}
</style>