Shades of Clover #404E2A
Tints of Clover #404E2A
RGB
CMYK
RGB Variations
Color information
#404E2A (or 0x404E2A) is known color: Clover. HEX triplet: 40, 4E and 2A. RGB value is (64,78,42). Sum of RGB (Red+Green+Blue) = 64+78+42=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 78 (30.86% from 255 or 42.39% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 78 - color contains mainly: green. Hex color #404E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404E2A is #BFB1D5. Grayscale: #454545. Windows color (decimal): -12562902 or 2772544. OLE color: 2772544.
HSL color Cylindrical-coordinate representation of color #404E2A: hue angle of 83.33º degrees, saturation: 0.3, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #404E2A is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 42 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.69 |
| HSL | 83.33º | 0.3% | 0.24% | - |
| HSV(B) | 83.33º | 0.46% | 0.31% | - |
| XYZ | 5.26 | 6.71 | 3.21 | - |
| YUV | 69.71 | 112.36 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 42 | 0.18 | 0 | 0.46 | 0.69 | 83.33 | 0.3 | 0.24 |
| Hex | 40 | 4E | 2A | 12 | 0 | 2E | 45 | 53 | 1E | 18 |
| Octal | 100 | 116 | 52 | 22 | 0 | 56 | 105 | 123 | 36 | 30 |
| Binary | 1000000 | 1001110 | 101010 | 10010 | 0 | 101110 | 1000101 | 1010011 | 11110 | 11000 |
Color Harmonies of #404E2A
Complementary color
Monochromatic Colors of #404E2A
Black with #404E2A
Text Example
Text Example
White with #404E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E2A; }
p { color: rgb(64,78,42); }
H1.HeaderClassName
{
color: #404E2A;
}
.AnyTagClassName
{
color: #404E2A;
}
</style>
background-color css
<style>
a { background-color: #404E2A; }
a { background-color: rgb(64,78,42); }
div.DivClassName
{
background-color: #404E2A;
}
.BgClassName
{
background-color: #404E2A;
}
</style>
border-color css
<style>
span { border-color: #404E2A; }
span { border-color: rgb(64,78,42); }
td.TdClassName
{
border-color: #404E2A;
}
.TagClassName
{
border-color: #404E2A;
}
</style>