Shades of Clover #476222
Tints of Clover #476222
RGB
CMYK
RGB Variations
Color information
#476222 (or 0x476222) is known color: Clover. HEX triplet: 47, 62 and 22. RGB value is (71,98,34). Sum of RGB (Red+Green+Blue) = 71+98+34=203 (26% of max value = 765). Red value is 71 (28.12% from 255 or 34.98% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #476222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476222 is #B89DDD. Grayscale: #525252. Windows color (decimal): -12099038 or 2253383. OLE color: 2253383.
HSL color Cylindrical-coordinate representation of color #476222: hue angle of 85.31º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #476222 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 98 | 34 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.62 |
| HSL | 85.31º | 0.48% | 0.26% | - |
| HSV(B) | 85.31º | 0.65% | 0.38% | - |
| XYZ | 7.25 | 10.19 | 3.1 | - |
| YUV | 82.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 34 | 0.28 | 0 | 0.65 | 0.62 | 85.31 | 0.48 | 0.26 |
| Hex | 47 | 62 | 22 | 1C | 0 | 41 | 3E | 55 | 30 | 1A |
| Octal | 107 | 142 | 42 | 34 | 0 | 101 | 76 | 125 | 60 | 32 |
| Binary | 1000111 | 1100010 | 100010 | 11100 | 0 | 1000001 | 111110 | 1010101 | 110000 | 11010 |
Color Harmonies of #476222
Complementary color
Monochromatic Colors of #476222
Black with #476222
Text Example
Text Example
White with #476222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476222; }
p { color: rgb(71,98,34); }
H1.HeaderClassName
{
color: #476222;
}
.AnyTagClassName
{
color: #476222;
}
</style>
background-color css
<style>
a { background-color: #476222; }
a { background-color: rgb(71,98,34); }
div.DivClassName
{
background-color: #476222;
}
.BgClassName
{
background-color: #476222;
}
</style>
border-color css
<style>
span { border-color: #476222; }
span { border-color: rgb(71,98,34); }
td.TdClassName
{
border-color: #476222;
}
.TagClassName
{
border-color: #476222;
}
</style>