Shades of Clover #404F2B
Tints of Clover #404F2B
RGB
CMYK
RGB Variations
Color information
#404F2B (or 0x404F2B) is known color: Clover. HEX triplet: 40, 4F and 2B. RGB value is (64,79,43). Sum of RGB (Red+Green+Blue) = 64+79+43=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #404F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F2B is #BFB0D4. Grayscale: #464646. Windows color (decimal): -12562645 or 2838336. OLE color: 2838336.
HSL color Cylindrical-coordinate representation of color #404F2B: hue angle of 85º 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 #404F2B is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 43 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.69 |
| HSL | 85º | 0.3% | 0.24% | - |
| HSV(B) | 85º | 0.46% | 0.31% | - |
| XYZ | 5.35 | 6.86 | 3.33 | - |
| YUV | 70.41 | 112.53 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 43 | 0.19 | 0 | 0.46 | 0.69 | 85 | 0.3 | 0.24 |
| Hex | 40 | 4F | 2B | 13 | 0 | 2E | 45 | 55 | 1E | 18 |
| Octal | 100 | 117 | 53 | 23 | 0 | 56 | 105 | 125 | 36 | 30 |
| Binary | 1000000 | 1001111 | 101011 | 10011 | 0 | 101110 | 1000101 | 1010101 | 11110 | 11000 |
Color Harmonies of #404F2B
Complementary color
Monochromatic Colors of #404F2B
Black with #404F2B
Text Example
Text Example
White with #404F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F2B; }
p { color: rgb(64,79,43); }
H1.HeaderClassName
{
color: #404F2B;
}
.AnyTagClassName
{
color: #404F2B;
}
</style>
background-color css
<style>
a { background-color: #404F2B; }
a { background-color: rgb(64,79,43); }
div.DivClassName
{
background-color: #404F2B;
}
.BgClassName
{
background-color: #404F2B;
}
</style>
border-color css
<style>
span { border-color: #404F2B; }
span { border-color: rgb(64,79,43); }
td.TdClassName
{
border-color: #404F2B;
}
.TagClassName
{
border-color: #404F2B;
}
</style>