Shades of Clover #466020
Tints of Clover #466020
RGB
CMYK
RGB Variations
Color information
#466020 (or 0x466020) is known color: Clover. HEX triplet: 46, 60 and 20. RGB value is (70,96,32). Sum of RGB (Red+Green+Blue) = 70+96+32=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #466020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466020 is #B99FDF. Grayscale: #515151. Windows color (decimal): -12165088 or 2121798. OLE color: 2121798.
HSL color Cylindrical-coordinate representation of color #466020: hue angle of 84.38º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #466020 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 96 | 32 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.62 |
| HSL | 84.38º | 0.5% | 0.25% | - |
| HSV(B) | 84.38º | 0.67% | 0.38% | - |
| XYZ | 6.97 | 9.77 | 2.89 | - |
| YUV | 80.93 | 100.39 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 96 | 32 | 0.27 | 0 | 0.67 | 0.62 | 84.38 | 0.5 | 0.25 |
| Hex | 46 | 60 | 20 | 1B | 0 | 43 | 3E | 54 | 32 | 19 |
| Octal | 106 | 140 | 40 | 33 | 0 | 103 | 76 | 124 | 62 | 31 |
| Binary | 1000110 | 1100000 | 100000 | 11011 | 0 | 1000011 | 111110 | 1010100 | 110010 | 11001 |
Color Harmonies of #466020
Complementary color
Monochromatic Colors of #466020
Black with #466020
Text Example
Text Example
White with #466020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466020; }
p { color: rgb(70,96,32); }
H1.HeaderClassName
{
color: #466020;
}
.AnyTagClassName
{
color: #466020;
}
</style>
background-color css
<style>
a { background-color: #466020; }
a { background-color: rgb(70,96,32); }
div.DivClassName
{
background-color: #466020;
}
.BgClassName
{
background-color: #466020;
}
</style>
border-color css
<style>
span { border-color: #466020; }
span { border-color: rgb(70,96,32); }
td.TdClassName
{
border-color: #466020;
}
.TagClassName
{
border-color: #466020;
}
</style>