Shades of Clover #466121
Tints of Clover #466121
RGB
CMYK
RGB Variations
Color information
#466121 (or 0x466121) is known color: Clover. HEX triplet: 46, 61 and 21. RGB value is (70,97,33). Sum of RGB (Red+Green+Blue) = 70+97+33=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 33 (13.28% from 255 or 16.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #466121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466121 is #B99EDE. Grayscale: #515151. Windows color (decimal): -12164831 or 2187590. OLE color: 2187590.
HSL color Cylindrical-coordinate representation of color #466121: hue angle of 85.31º 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 #466121 is Cyan = 0.28, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 97 | 33 | - |
| CMYK | 0.28 | 0 | 0.66 | 0.62 |
| HSL | 85.31º | 0.49% | 0.25% | - |
| HSV(B) | 85.31º | 0.66% | 0.38% | - |
| XYZ | 7.07 | 9.96 | 2.99 | - |
| YUV | 81.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 97 | 33 | 0.28 | 0 | 0.66 | 0.62 | 85.31 | 0.49 | 0.25 |
| Hex | 46 | 61 | 21 | 1C | 0 | 42 | 3E | 55 | 31 | 19 |
| Octal | 106 | 141 | 41 | 34 | 0 | 102 | 76 | 125 | 61 | 31 |
| Binary | 1000110 | 1100001 | 100001 | 11100 | 0 | 1000010 | 111110 | 1010101 | 110001 | 11001 |
Color Harmonies of #466121
Complementary color
Monochromatic Colors of #466121
Black with #466121
Text Example
Text Example
White with #466121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466121; }
p { color: rgb(70,97,33); }
H1.HeaderClassName
{
color: #466121;
}
.AnyTagClassName
{
color: #466121;
}
</style>
background-color css
<style>
a { background-color: #466121; }
a { background-color: rgb(70,97,33); }
div.DivClassName
{
background-color: #466121;
}
.BgClassName
{
background-color: #466121;
}
</style>
border-color css
<style>
span { border-color: #466121; }
span { border-color: rgb(70,97,33); }
td.TdClassName
{
border-color: #466121;
}
.TagClassName
{
border-color: #466121;
}
</style>