Shades of Clover #405727
Tints of Clover #405727
RGB
CMYK
RGB Variations
Color information
#405727 (or 0x405727) is known color: Clover. HEX triplet: 40, 57 and 27. RGB value is (64,87,39). Sum of RGB (Red+Green+Blue) = 64+87+39=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 87 - color contains mainly: green. Hex color #405727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405727 is #BFA8D8. Grayscale: #4A4A4A. Windows color (decimal): -12560601 or 2578240. OLE color: 2578240.
HSL color Cylindrical-coordinate representation of color #405727: hue angle of 88.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #405727 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 87 | 39 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.66 |
| HSL | 88.75º | 0.38% | 0.25% | - |
| HSV(B) | 88.75º | 0.55% | 0.34% | - |
| XYZ | 5.89 | 8.05 | 3.16 | - |
| YUV | 74.65 | 107.88 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 87 | 39 | 0.26 | 0 | 0.55 | 0.66 | 88.75 | 0.38 | 0.25 |
| Hex | 40 | 57 | 27 | 1A | 0 | 37 | 42 | 59 | 26 | 19 |
| Octal | 100 | 127 | 47 | 32 | 0 | 67 | 102 | 131 | 46 | 31 |
| Binary | 1000000 | 1010111 | 100111 | 11010 | 0 | 110111 | 1000010 | 1011001 | 100110 | 11001 |
Color Harmonies of #405727
Complementary color
Monochromatic Colors of #405727
Black with #405727
Text Example
Text Example
White with #405727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405727; }
p { color: rgb(64,87,39); }
H1.HeaderClassName
{
color: #405727;
}
.AnyTagClassName
{
color: #405727;
}
</style>
background-color css
<style>
a { background-color: #405727; }
a { background-color: rgb(64,87,39); }
div.DivClassName
{
background-color: #405727;
}
.BgClassName
{
background-color: #405727;
}
</style>
border-color css
<style>
span { border-color: #405727; }
span { border-color: rgb(64,87,39); }
td.TdClassName
{
border-color: #405727;
}
.TagClassName
{
border-color: #405727;
}
</style>