Shades of Clover #404E2F
Tints of Clover #404E2F
RGB
CMYK
RGB Variations
Color information
#404E2F (or 0x404E2F) is known color: Clover. HEX triplet: 40, 4E and 2F. RGB value is (64,78,47). Sum of RGB (Red+Green+Blue) = 64+78+47=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 78 (30.86% from 255 or 41.27% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 78 - color contains mainly: green. Hex color #404E2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E2F is #BFB1D0. Grayscale: #464646. Windows color (decimal): -12562897 or 3100224. OLE color: 3100224.
HSL color Cylindrical-coordinate representation of color #404E2F: hue angle of 87.1º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #404E2F is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 47 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.69 |
| HSL | 87.1º | 0.25% | 0.25% | - |
| HSV(B) | 87.1º | 0.4% | 0.31% | - |
| XYZ | 5.35 | 6.74 | 3.71 | - |
| YUV | 70.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 47 | 0.18 | 0 | 0.40 | 0.69 | 87.1 | 0.25 | 0.25 |
| Hex | 40 | 4E | 2F | 12 | 0 | 28 | 45 | 57 | 19 | 19 |
| Octal | 100 | 116 | 57 | 22 | 0 | 50 | 105 | 127 | 31 | 31 |
| Binary | 1000000 | 1001110 | 101111 | 10010 | 0 | 101000 | 1000101 | 1010111 | 11001 | 11001 |
Color Harmonies of #404E2F
Complementary color
Monochromatic Colors of #404E2F
Black with #404E2F
Text Example
Text Example
White with #404E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E2F; }
p { color: rgb(64,78,47); }
H1.HeaderClassName
{
color: #404E2F;
}
.AnyTagClassName
{
color: #404E2F;
}
</style>
background-color css
<style>
a { background-color: #404E2F; }
a { background-color: rgb(64,78,47); }
div.DivClassName
{
background-color: #404E2F;
}
.BgClassName
{
background-color: #404E2F;
}
</style>
border-color css
<style>
span { border-color: #404E2F; }
span { border-color: rgb(64,78,47); }
td.TdClassName
{
border-color: #404E2F;
}
.TagClassName
{
border-color: #404E2F;
}
</style>