Shades of Clover #404F2A
Tints of Clover #404F2A
RGB
CMYK
RGB Variations
Color information
#404F2A (or 0x404F2A) is known color: Clover. HEX triplet: 40, 4F and 2A. RGB value is (64,79,42). Sum of RGB (Red+Green+Blue) = 64+79+42=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 79 - color contains mainly: green. Hex color #404F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F2A is #BFB0D5. Grayscale: #464646. Windows color (decimal): -12562646 or 2772800. OLE color: 2772800.
HSL color Cylindrical-coordinate representation of color #404F2A: hue angle of 84.32º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #404F2A is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 42 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.69 |
| HSL | 84.32º | 0.31% | 0.24% | - |
| HSV(B) | 84.32º | 0.47% | 0.31% | - |
| XYZ | 5.33 | 6.85 | 3.23 | - |
| YUV | 70.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 42 | 0.19 | 0 | 0.47 | 0.69 | 84.32 | 0.31 | 0.24 |
| Hex | 40 | 4F | 2A | 13 | 0 | 2F | 45 | 54 | 1F | 18 |
| Octal | 100 | 117 | 52 | 23 | 0 | 57 | 105 | 124 | 37 | 30 |
| Binary | 1000000 | 1001111 | 101010 | 10011 | 0 | 101111 | 1000101 | 1010100 | 11111 | 11000 |
Color Harmonies of #404F2A
Complementary color
Monochromatic Colors of #404F2A
Black with #404F2A
Text Example
Text Example
White with #404F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F2A; }
p { color: rgb(64,79,42); }
H1.HeaderClassName
{
color: #404F2A;
}
.AnyTagClassName
{
color: #404F2A;
}
</style>
background-color css
<style>
a { background-color: #404F2A; }
a { background-color: rgb(64,79,42); }
div.DivClassName
{
background-color: #404F2A;
}
.BgClassName
{
background-color: #404F2A;
}
</style>
border-color css
<style>
span { border-color: #404F2A; }
span { border-color: rgb(64,79,42); }
td.TdClassName
{
border-color: #404F2A;
}
.TagClassName
{
border-color: #404F2A;
}
</style>