Shades of Clover #405829
Tints of Clover #405829
RGB
CMYK
RGB Variations
Color information
#405829 (or 0x405829) is known color: Clover. HEX triplet: 40, 58 and 29. RGB value is (64,88,41). Sum of RGB (Red+Green+Blue) = 64+88+41=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 88 (34.77% from 255 or 45.60% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 88 - color contains mainly: green. Hex color #405829 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405829 is #BFA7D6. Grayscale: #4B4B4B. Windows color (decimal): -12560343 or 2709568. OLE color: 2709568.
HSL color Cylindrical-coordinate representation of color #405829: hue angle of 90.64º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #405829 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 88 | 41 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.65 |
| HSL | 90.64º | 0.36% | 0.25% | - |
| HSV(B) | 90.64º | 0.53% | 0.35% | - |
| XYZ | 6 | 8.23 | 3.37 | - |
| YUV | 75.47 | 108.55 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 88 | 41 | 0.27 | 0 | 0.53 | 0.65 | 90.64 | 0.36 | 0.25 |
| Hex | 40 | 58 | 29 | 1B | 0 | 35 | 41 | 5B | 24 | 19 |
| Octal | 100 | 130 | 51 | 33 | 0 | 65 | 101 | 133 | 44 | 31 |
| Binary | 1000000 | 1011000 | 101001 | 11011 | 0 | 110101 | 1000001 | 1011011 | 100100 | 11001 |
Color Harmonies of #405829
Complementary color
Monochromatic Colors of #405829
Black with #405829
Text Example
Text Example
White with #405829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405829; }
p { color: rgb(64,88,41); }
H1.HeaderClassName
{
color: #405829;
}
.AnyTagClassName
{
color: #405829;
}
</style>
background-color css
<style>
a { background-color: #405829; }
a { background-color: rgb(64,88,41); }
div.DivClassName
{
background-color: #405829;
}
.BgClassName
{
background-color: #405829;
}
</style>
border-color css
<style>
span { border-color: #405829; }
span { border-color: rgb(64,88,41); }
td.TdClassName
{
border-color: #405829;
}
.TagClassName
{
border-color: #405829;
}
</style>