Shades of Clover #456020
Tints of Clover #456020
RGB
CMYK
RGB Variations
Color information
#456020 (or 0x456020) is known color: Clover. HEX triplet: 45, 60 and 20. RGB value is (69,96,32). Sum of RGB (Red+Green+Blue) = 69+96+32=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 32 (12.89% from 255 or 16.24% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #456020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456020 is #BA9FDF. Grayscale: #505050. Windows color (decimal): -12230624 or 2121797. OLE color: 2121797.
HSL color Cylindrical-coordinate representation of color #456020: hue angle of 85.31º 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 #456020 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 96 | 32 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.62 |
| HSL | 85.31º | 0.5% | 0.25% | - |
| HSV(B) | 85.31º | 0.67% | 0.38% | - |
| XYZ | 6.9 | 9.74 | 2.88 | - |
| YUV | 80.63 | 100.55 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 96 | 32 | 0.28 | 0 | 0.67 | 0.62 | 85.31 | 0.5 | 0.25 |
| Hex | 45 | 60 | 20 | 1C | 0 | 43 | 3E | 55 | 32 | 19 |
| Octal | 105 | 140 | 40 | 34 | 0 | 103 | 76 | 125 | 62 | 31 |
| Binary | 1000101 | 1100000 | 100000 | 11100 | 0 | 1000011 | 111110 | 1010101 | 110010 | 11001 |
Color Harmonies of #456020
Complementary color
Monochromatic Colors of #456020
Black with #456020
Text Example
Text Example
White with #456020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456020; }
p { color: rgb(69,96,32); }
H1.HeaderClassName
{
color: #456020;
}
.AnyTagClassName
{
color: #456020;
}
</style>
background-color css
<style>
a { background-color: #456020; }
a { background-color: rgb(69,96,32); }
div.DivClassName
{
background-color: #456020;
}
.BgClassName
{
background-color: #456020;
}
</style>
border-color css
<style>
span { border-color: #456020; }
span { border-color: rgb(69,96,32); }
td.TdClassName
{
border-color: #456020;
}
.TagClassName
{
border-color: #456020;
}
</style>