Shades of Clover #405922
Tints of Clover #405922
RGB
CMYK
RGB Variations
Color information
#405922 (or 0x405922) is known color: Clover. HEX triplet: 40, 59 and 22. RGB value is (64,89,34). Sum of RGB (Red+Green+Blue) = 64+89+34=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 89 (35.16% from 255 or 47.59% from 187); Blue value is 34 (13.67% from 255 or 18.18% from 187); Max value from RGB is 89 - color contains mainly: green. Hex color #405922 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405922 is #BFA6DD. Grayscale: #4B4B4B. Windows color (decimal): -12560094 or 2251072. OLE color: 2251072.
HSL color Cylindrical-coordinate representation of color #405922: hue angle of 87.27º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #405922 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 34 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.65 |
| HSL | 87.27º | 0.45% | 0.24% | - |
| HSV(B) | 87.27º | 0.62% | 0.35% | - |
| XYZ | 5.98 | 8.35 | 2.81 | - |
| YUV | 75.26 | 104.72 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 34 | 0.28 | 0 | 0.62 | 0.65 | 87.27 | 0.45 | 0.24 |
| Hex | 40 | 59 | 22 | 1C | 0 | 3E | 41 | 57 | 2D | 18 |
| Octal | 100 | 131 | 42 | 34 | 0 | 76 | 101 | 127 | 55 | 30 |
| Binary | 1000000 | 1011001 | 100010 | 11100 | 0 | 111110 | 1000001 | 1010111 | 101101 | 11000 |
Color Harmonies of #405922
Complementary color
Monochromatic Colors of #405922
Black with #405922
Text Example
Text Example
White with #405922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405922; }
p { color: rgb(64,89,34); }
H1.HeaderClassName
{
color: #405922;
}
.AnyTagClassName
{
color: #405922;
}
</style>
background-color css
<style>
a { background-color: #405922; }
a { background-color: rgb(64,89,34); }
div.DivClassName
{
background-color: #405922;
}
.BgClassName
{
background-color: #405922;
}
</style>
border-color css
<style>
span { border-color: #405922; }
span { border-color: rgb(64,89,34); }
td.TdClassName
{
border-color: #405922;
}
.TagClassName
{
border-color: #405922;
}
</style>