Shades of Clover #456122
Tints of Clover #456122
RGB
CMYK
RGB Variations
Color information
#456122 (or 0x456122) is known color: Clover. HEX triplet: 45, 61 and 22. RGB value is (69,97,34). Sum of RGB (Red+Green+Blue) = 69+97+34=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #456122 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #456122 is #BA9EDD. Grayscale: #515151. Windows color (decimal): -12230366 or 2253125. OLE color: 2253125.
HSL color Cylindrical-coordinate representation of color #456122: hue angle of 86.67º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #456122 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 97 | 34 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.62 |
| HSL | 86.67º | 0.48% | 0.26% | - |
| HSV(B) | 86.67º | 0.65% | 0.38% | - |
| XYZ | 7.02 | 9.93 | 3.06 | - |
| YUV | 81.45 | 101.22 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 97 | 34 | 0.29 | 0 | 0.65 | 0.62 | 86.67 | 0.48 | 0.26 |
| Hex | 45 | 61 | 22 | 1D | 0 | 41 | 3E | 57 | 30 | 1A |
| Octal | 105 | 141 | 42 | 35 | 0 | 101 | 76 | 127 | 60 | 32 |
| Binary | 1000101 | 1100001 | 100010 | 11101 | 0 | 1000001 | 111110 | 1010111 | 110000 | 11010 |
Color Harmonies of #456122
Complementary color
Monochromatic Colors of #456122
Black with #456122
Text Example
Text Example
White with #456122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456122; }
p { color: rgb(69,97,34); }
H1.HeaderClassName
{
color: #456122;
}
.AnyTagClassName
{
color: #456122;
}
</style>
background-color css
<style>
a { background-color: #456122; }
a { background-color: rgb(69,97,34); }
div.DivClassName
{
background-color: #456122;
}
.BgClassName
{
background-color: #456122;
}
</style>
border-color css
<style>
span { border-color: #456122; }
span { border-color: rgb(69,97,34); }
td.TdClassName
{
border-color: #456122;
}
.TagClassName
{
border-color: #456122;
}
</style>