Shades of Clover #456120
Tints of Clover #456120
RGB
CMYK
RGB Variations
Color information
#456120 (or 0x456120) is known color: Clover. HEX triplet: 45, 61 and 20. RGB value is (69,97,32). Sum of RGB (Red+Green+Blue) = 69+97+32=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #456120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456120 is #BA9EDF. Grayscale: #515151. Windows color (decimal): -12230368 or 2122053. OLE color: 2122053.
HSL color Cylindrical-coordinate representation of color #456120: hue angle of 85.85º 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 #456120 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 32 | - |
| CMYK | 0.29 | 0 | 0.67 | 0.62 |
| HSL | 85.85º | 0.5% | 0.25% | - |
| HSV(B) | 85.85º | 0.67% | 0.38% | - |
| XYZ | 6.99 | 9.92 | 2.91 | - |
| YUV | 81.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 32 | 0.29 | 0 | 0.67 | 0.62 | 85.85 | 0.5 | 0.25 |
| Hex | 45 | 61 | 20 | 1D | 0 | 43 | 3E | 56 | 32 | 19 |
| Octal | 105 | 141 | 40 | 35 | 0 | 103 | 76 | 126 | 62 | 31 |
| Binary | 1000101 | 1100001 | 100000 | 11101 | 0 | 1000011 | 111110 | 1010110 | 110010 | 11001 |
Color Harmonies of #456120
Complementary color
Monochromatic Colors of #456120
Black with #456120
Text Example
Text Example
White with #456120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456120; }
p { color: rgb(69,97,32); }
H1.HeaderClassName
{
color: #456120;
}
.AnyTagClassName
{
color: #456120;
}
</style>
background-color css
<style>
a { background-color: #456120; }
a { background-color: rgb(69,97,32); }
div.DivClassName
{
background-color: #456120;
}
.BgClassName
{
background-color: #456120;
}
</style>
border-color css
<style>
span { border-color: #456120; }
span { border-color: rgb(69,97,32); }
td.TdClassName
{
border-color: #456120;
}
.TagClassName
{
border-color: #456120;
}
</style>