Shades of Clover #475C20
Tints of Clover #475C20
RGB
CMYK
RGB Variations
Color information
#475C20 (or 0x475C20) is known color: Clover. HEX triplet: 47, 5C and 20. RGB value is (71,92,32). Sum of RGB (Red+Green+Blue) = 71+92+32=195 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.41% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #475C20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475C20 is #B8A3DF. Grayscale: #4F4F4F. Windows color (decimal): -12100576 or 2120775. OLE color: 2120775.
HSL color Cylindrical-coordinate representation of color #475C20: hue angle of 81º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #475C20 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 92 | 32 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.64 |
| HSL | 81º | 0.48% | 0.24% | - |
| HSV(B) | 81º | 0.65% | 0.36% | - |
| XYZ | 6.69 | 9.1 | 2.77 | - |
| YUV | 78.88 | 101.54 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 92 | 32 | 0.23 | 0 | 0.65 | 0.64 | 81 | 0.48 | 0.24 |
| Hex | 47 | 5C | 20 | 17 | 0 | 41 | 40 | 51 | 30 | 18 |
| Octal | 107 | 134 | 40 | 27 | 0 | 101 | 100 | 121 | 60 | 30 |
| Binary | 1000111 | 1011100 | 100000 | 10111 | 0 | 1000001 | 1000000 | 1010001 | 110000 | 11000 |
Color Harmonies of #475C20
Complementary color
Monochromatic Colors of #475C20
Black with #475C20
Text Example
Text Example
White with #475C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475C20; }
p { color: rgb(71,92,32); }
H1.HeaderClassName
{
color: #475C20;
}
.AnyTagClassName
{
color: #475C20;
}
</style>
background-color css
<style>
a { background-color: #475C20; }
a { background-color: rgb(71,92,32); }
div.DivClassName
{
background-color: #475C20;
}
.BgClassName
{
background-color: #475C20;
}
</style>
border-color css
<style>
span { border-color: #475C20; }
span { border-color: rgb(71,92,32); }
td.TdClassName
{
border-color: #475C20;
}
.TagClassName
{
border-color: #475C20;
}
</style>