Shades of Clover #404B2F
Tints of Clover #404B2F
RGB
CMYK
RGB Variations
Color information
#404B2F (or 0x404B2F) is known color: Clover. HEX triplet: 40, 4B and 2F. RGB value is (64,75,47). Sum of RGB (Red+Green+Blue) = 64+75+47=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 47 (18.75% from 255 or 25.27% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #404B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B2F is #BFB4D0. Grayscale: #444444. Windows color (decimal): -12563665 or 3099456. OLE color: 3099456.
HSL color Cylindrical-coordinate representation of color #404B2F: hue angle of 83.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404B2F is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 47 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.71 |
| HSL | 83.57º | 0.23% | 0.24% | - |
| HSV(B) | 83.57º | 0.37% | 0.29% | - |
| XYZ | 5.14 | 6.33 | 3.64 | - |
| YUV | 68.52 | 115.86 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 47 | 0.15 | 0 | 0.37 | 0.71 | 83.57 | 0.23 | 0.24 |
| Hex | 40 | 4B | 2F | F | 0 | 25 | 47 | 54 | 17 | 18 |
| Octal | 100 | 113 | 57 | 17 | 0 | 45 | 107 | 124 | 27 | 30 |
| Binary | 1000000 | 1001011 | 101111 | 1111 | 0 | 100101 | 1000111 | 1010100 | 10111 | 11000 |
Color Harmonies of #404B2F
Complementary color
Monochromatic Colors of #404B2F
Black with #404B2F
Text Example
Text Example
White with #404B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B2F; }
p { color: rgb(64,75,47); }
H1.HeaderClassName
{
color: #404B2F;
}
.AnyTagClassName
{
color: #404B2F;
}
</style>
background-color css
<style>
a { background-color: #404B2F; }
a { background-color: rgb(64,75,47); }
div.DivClassName
{
background-color: #404B2F;
}
.BgClassName
{
background-color: #404B2F;
}
</style>
border-color css
<style>
span { border-color: #404B2F; }
span { border-color: rgb(64,75,47); }
td.TdClassName
{
border-color: #404B2F;
}
.TagClassName
{
border-color: #404B2F;
}
</style>