Shades of Clover #405429
Tints of Clover #405429
RGB
CMYK
RGB Variations
Color information
#405429 (or 0x405429) is known color: Clover. HEX triplet: 40, 54 and 29. RGB value is (64,84,41). Sum of RGB (Red+Green+Blue) = 64+84+41=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 41 (16.41% from 255 or 21.69% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #405429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405429 is #BFABD6. Grayscale: #494949. Windows color (decimal): -12561367 or 2708544. OLE color: 2708544.
HSL color Cylindrical-coordinate representation of color #405429: hue angle of 87.91º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #405429 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 84 | 41 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.67 |
| HSL | 87.91º | 0.34% | 0.25% | - |
| HSV(B) | 87.91º | 0.51% | 0.33% | - |
| XYZ | 5.68 | 7.59 | 3.26 | - |
| YUV | 73.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 84 | 41 | 0.24 | 0 | 0.51 | 0.67 | 87.91 | 0.34 | 0.25 |
| Hex | 40 | 54 | 29 | 18 | 0 | 33 | 43 | 58 | 22 | 19 |
| Octal | 100 | 124 | 51 | 30 | 0 | 63 | 103 | 130 | 42 | 31 |
| Binary | 1000000 | 1010100 | 101001 | 11000 | 0 | 110011 | 1000011 | 1011000 | 100010 | 11001 |
Color Harmonies of #405429
Complementary color
Monochromatic Colors of #405429
Black with #405429
Text Example
Text Example
White with #405429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405429; }
p { color: rgb(64,84,41); }
H1.HeaderClassName
{
color: #405429;
}
.AnyTagClassName
{
color: #405429;
}
</style>
background-color css
<style>
a { background-color: #405429; }
a { background-color: rgb(64,84,41); }
div.DivClassName
{
background-color: #405429;
}
.BgClassName
{
background-color: #405429;
}
</style>
border-color css
<style>
span { border-color: #405429; }
span { border-color: rgb(64,84,41); }
td.TdClassName
{
border-color: #405429;
}
.TagClassName
{
border-color: #405429;
}
</style>