Shades of Clover #404C2E
Tints of Clover #404C2E
RGB
CMYK
RGB Variations
Color information
#404C2E (or 0x404C2E) is known color: Clover. HEX triplet: 40, 4C and 2E. RGB value is (64,76,46). Sum of RGB (Red+Green+Blue) = 64+76+46=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 76 (30.08% from 255 or 40.86% from 186); Blue value is 46 (18.36% from 255 or 24.73% from 186); Max value from RGB is 76 - color contains mainly: green. Hex color #404C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C2E is #BFB3D1. Grayscale: #454545. Windows color (decimal): -12563410 or 3034176. OLE color: 3034176.
HSL color Cylindrical-coordinate representation of color #404C2E: hue angle of 84º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #404C2E is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 46 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.70 |
| HSL | 84º | 0.25% | 0.24% | - |
| HSV(B) | 84º | 0.39% | 0.3% | - |
| XYZ | 5.19 | 6.46 | 3.56 | - |
| YUV | 68.99 | 115.02 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 46 | 0.16 | 0 | 0.39 | 0.70 | 84 | 0.25 | 0.24 |
| Hex | 40 | 4C | 2E | 10 | 0 | 27 | 46 | 54 | 19 | 18 |
| Octal | 100 | 114 | 56 | 20 | 0 | 47 | 106 | 124 | 31 | 30 |
| Binary | 1000000 | 1001100 | 101110 | 10000 | 0 | 100111 | 1000110 | 1010100 | 11001 | 11000 |
Color Harmonies of #404C2E
Complementary color
Monochromatic Colors of #404C2E
Black with #404C2E
Text Example
Text Example
White with #404C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C2E; }
p { color: rgb(64,76,46); }
H1.HeaderClassName
{
color: #404C2E;
}
.AnyTagClassName
{
color: #404C2E;
}
</style>
background-color css
<style>
a { background-color: #404C2E; }
a { background-color: rgb(64,76,46); }
div.DivClassName
{
background-color: #404C2E;
}
.BgClassName
{
background-color: #404C2E;
}
</style>
border-color css
<style>
span { border-color: #404C2E; }
span { border-color: rgb(64,76,46); }
td.TdClassName
{
border-color: #404C2E;
}
.TagClassName
{
border-color: #404C2E;
}
</style>