Shades of Clover #456220
Tints of Clover #456220
RGB
CMYK
RGB Variations
Color information
#456220 (or 0x456220) is known color: Clover. HEX triplet: 45, 62 and 20. RGB value is (69,98,32). Sum of RGB (Red+Green+Blue) = 69+98+32=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 98 (38.67% from 255 or 49.25% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 98 - color contains mainly: green. Hex color #456220 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456220 is #BA9DDF. Grayscale: #525252. Windows color (decimal): -12230112 or 2122309. OLE color: 2122309.
HSL color Cylindrical-coordinate representation of color #456220: hue angle of 86.36º degrees, saturation: 0.51, 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 #456220 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 98 | 32 | - |
| CMYK | 0.30 | 0 | 0.67 | 0.62 |
| HSL | 86.36º | 0.51% | 0.25% | - |
| HSV(B) | 86.36º | 0.67% | 0.38% | - |
| XYZ | 7.08 | 10.1 | 2.94 | - |
| YUV | 81.81 | 99.89 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 98 | 32 | 0.30 | 0 | 0.67 | 0.62 | 86.36 | 0.51 | 0.25 |
| Hex | 45 | 62 | 20 | 1E | 0 | 43 | 3E | 56 | 33 | 19 |
| Octal | 105 | 142 | 40 | 36 | 0 | 103 | 76 | 126 | 63 | 31 |
| Binary | 1000101 | 1100010 | 100000 | 11110 | 0 | 1000011 | 111110 | 1010110 | 110011 | 11001 |
Color Harmonies of #456220
Complementary color
Monochromatic Colors of #456220
Black with #456220
Text Example
Text Example
White with #456220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456220; }
p { color: rgb(69,98,32); }
H1.HeaderClassName
{
color: #456220;
}
.AnyTagClassName
{
color: #456220;
}
</style>
background-color css
<style>
a { background-color: #456220; }
a { background-color: rgb(69,98,32); }
div.DivClassName
{
background-color: #456220;
}
.BgClassName
{
background-color: #456220;
}
</style>
border-color css
<style>
span { border-color: #456220; }
span { border-color: rgb(69,98,32); }
td.TdClassName
{
border-color: #456220;
}
.TagClassName
{
border-color: #456220;
}
</style>