Shades of Grey-Asparagus #404F40
Tints of Grey-Asparagus #404F40
RGB
CMYK
RGB Variations
Color information
#404F40 (or 0x404F40) is known color: Grey-Asparagus. HEX triplet: 40, 4F and 40. RGB value is (64,79,64). Sum of RGB (Red+Green+Blue) = 64+79+64=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 79 (31.25% from 255 or 38.16% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 79 - color contains mainly: green. Hex color #404F40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #404F40 is #BFB0BF. Grayscale: #484848. Windows color (decimal): -12562624 or 4214592. OLE color: 4214592.
HSL color Cylindrical-coordinate representation of color #404F40: hue angle of 120º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404F40 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 64 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.69 |
| HSL | 120º | 0.1% | 0.28% | - |
| HSV(B) | 120º | 0.19% | 0.31% | - |
| XYZ | 5.84 | 7.05 | 5.9 | - |
| YUV | 72.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 64 | 0.19 | 0 | 0.19 | 0.69 | 120 | 0.1 | 0.28 |
| Hex | 40 | 4F | 40 | 13 | 0 | 13 | 45 | 78 | A | 1C |
| Octal | 100 | 117 | 100 | 23 | 0 | 23 | 105 | 170 | 12 | 34 |
| Binary | 1000000 | 1001111 | 1000000 | 10011 | 0 | 10011 | 1000101 | 1111000 | 1010 | 11100 |
Color Harmonies of #404F40
Complementary color
Monochromatic Colors of #404F40
Black with #404F40
Text Example
Text Example
White with #404F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F40; }
p { color: rgb(64,79,64); }
H1.HeaderClassName
{
color: #404F40;
}
.AnyTagClassName
{
color: #404F40;
}
</style>
background-color css
<style>
a { background-color: #404F40; }
a { background-color: rgb(64,79,64); }
div.DivClassName
{
background-color: #404F40;
}
.BgClassName
{
background-color: #404F40;
}
</style>
border-color css
<style>
span { border-color: #404F40; }
span { border-color: rgb(64,79,64); }
td.TdClassName
{
border-color: #404F40;
}
.TagClassName
{
border-color: #404F40;
}
</style>