Shades of Clover #405324
Tints of Clover #405324
RGB
CMYK
RGB Variations
Color information
#405324 (or 0x405324) is known color: Clover. HEX triplet: 40, 53 and 24. RGB value is (64,83,36). Sum of RGB (Red+Green+Blue) = 64+83+36=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 83 (32.81% from 255 or 45.36% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 83 - color contains mainly: green. Hex color #405324 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405324 is #BFACDB. Grayscale: #484848. Windows color (decimal): -12561628 or 2380608. OLE color: 2380608.
HSL color Cylindrical-coordinate representation of color #405324: hue angle of 84.26º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #405324 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 83 | 36 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.67 |
| HSL | 84.26º | 0.39% | 0.23% | - |
| HSV(B) | 84.26º | 0.57% | 0.33% | - |
| XYZ | 5.53 | 7.4 | 2.81 | - |
| YUV | 71.96 | 107.71 | 122.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 83 | 36 | 0.23 | 0 | 0.57 | 0.67 | 84.26 | 0.39 | 0.23 |
| Hex | 40 | 53 | 24 | 17 | 0 | 39 | 43 | 54 | 27 | 17 |
| Octal | 100 | 123 | 44 | 27 | 0 | 71 | 103 | 124 | 47 | 27 |
| Binary | 1000000 | 1010011 | 100100 | 10111 | 0 | 111001 | 1000011 | 1010100 | 100111 | 10111 |
Color Harmonies of #405324
Complementary color
Monochromatic Colors of #405324
Black with #405324
Text Example
Text Example
White with #405324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405324; }
p { color: rgb(64,83,36); }
H1.HeaderClassName
{
color: #405324;
}
.AnyTagClassName
{
color: #405324;
}
</style>
background-color css
<style>
a { background-color: #405324; }
a { background-color: rgb(64,83,36); }
div.DivClassName
{
background-color: #405324;
}
.BgClassName
{
background-color: #405324;
}
</style>
border-color css
<style>
span { border-color: #405324; }
span { border-color: rgb(64,83,36); }
td.TdClassName
{
border-color: #405324;
}
.TagClassName
{
border-color: #405324;
}
</style>