Shades of Clover #476121
Tints of Clover #476121
RGB
CMYK
RGB Variations
Color information
#476121 (or 0x476121) is known color: Clover. HEX triplet: 47, 61 and 21. RGB value is (71,97,33). Sum of RGB (Red+Green+Blue) = 71+97+33=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #476121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #476121 is #B89EDE. Grayscale: #525252. Windows color (decimal): -12099295 or 2187591. OLE color: 2187591.
HSL color Cylindrical-coordinate representation of color #476121: hue angle of 84.38º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #476121 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 97 | 33 | - |
| CMYK | 0.27 | 0 | 0.66 | 0.62 |
| HSL | 84.38º | 0.49% | 0.25% | - |
| HSV(B) | 84.38º | 0.66% | 0.38% | - |
| XYZ | 7.15 | 10 | 2.99 | - |
| YUV | 81.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 33 | 0.27 | 0 | 0.66 | 0.62 | 84.38 | 0.49 | 0.25 |
| Hex | 47 | 61 | 21 | 1B | 0 | 42 | 3E | 54 | 31 | 19 |
| Octal | 107 | 141 | 41 | 33 | 0 | 102 | 76 | 124 | 61 | 31 |
| Binary | 1000111 | 1100001 | 100001 | 11011 | 0 | 1000010 | 111110 | 1010100 | 110001 | 11001 |
Color Harmonies of #476121
Complementary color
Monochromatic Colors of #476121
Black with #476121
Text Example
Text Example
White with #476121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476121; }
p { color: rgb(71,97,33); }
H1.HeaderClassName
{
color: #476121;
}
.AnyTagClassName
{
color: #476121;
}
</style>
background-color css
<style>
a { background-color: #476121; }
a { background-color: rgb(71,97,33); }
div.DivClassName
{
background-color: #476121;
}
.BgClassName
{
background-color: #476121;
}
</style>
border-color css
<style>
span { border-color: #476121; }
span { border-color: rgb(71,97,33); }
td.TdClassName
{
border-color: #476121;
}
.TagClassName
{
border-color: #476121;
}
</style>