Shades of Clover #405928
Tints of Clover #405928
RGB
CMYK
RGB Variations
Color information
#405928 (or 0x405928) is known color: Clover. HEX triplet: 40, 59 and 28. RGB value is (64,89,40). Sum of RGB (Red+Green+Blue) = 64+89+40=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #405928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405928 is #BFA6D7. Grayscale: #4C4C4C. Windows color (decimal): -12560088 or 2644288. OLE color: 2644288.
HSL color Cylindrical-coordinate representation of color #405928: hue angle of 90.61º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #405928 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 40 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.65 |
| HSL | 90.61º | 0.38% | 0.25% | - |
| HSV(B) | 90.61º | 0.55% | 0.35% | - |
| XYZ | 6.07 | 8.39 | 3.31 | - |
| YUV | 75.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 40 | 0.28 | 0 | 0.55 | 0.65 | 90.61 | 0.38 | 0.25 |
| Hex | 40 | 59 | 28 | 1C | 0 | 37 | 41 | 5B | 26 | 19 |
| Octal | 100 | 131 | 50 | 34 | 0 | 67 | 101 | 133 | 46 | 31 |
| Binary | 1000000 | 1011001 | 101000 | 11100 | 0 | 110111 | 1000001 | 1011011 | 100110 | 11001 |
Color Harmonies of #405928
Complementary color
Monochromatic Colors of #405928
Black with #405928
Text Example
Text Example
White with #405928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405928; }
p { color: rgb(64,89,40); }
H1.HeaderClassName
{
color: #405928;
}
.AnyTagClassName
{
color: #405928;
}
</style>
background-color css
<style>
a { background-color: #405928; }
a { background-color: rgb(64,89,40); }
div.DivClassName
{
background-color: #405928;
}
.BgClassName
{
background-color: #405928;
}
</style>
border-color css
<style>
span { border-color: #405928; }
span { border-color: rgb(64,89,40); }
td.TdClassName
{
border-color: #405928;
}
.TagClassName
{
border-color: #405928;
}
</style>