Shades of Grey-Asparagus #404240
Tints of Grey-Asparagus #404240
RGB
CMYK
RGB Variations
Color information
#404240 (or 0x404240) is known color: Grey-Asparagus. HEX triplet: 40, 42 and 40. RGB value is (64,66,64). Sum of RGB (Red+Green+Blue) = 64+66+64=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 66 - color contains mainly: green. Hex color #404240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404240 is #BFBDBF. Grayscale: #414141. Windows color (decimal): -12565952 or 4211264. OLE color: 4211264.
HSL color Cylindrical-coordinate representation of color #404240: hue angle of 120º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #404240 is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 66 | 64 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.74 |
| HSL | 120º | 0.02% | 0.25% | - |
| HSV(B) | 120º | 0.03% | 0.26% | - |
| XYZ | 4.99 | 5.36 | 5.62 | - |
| YUV | 65.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 64 | 0.03 | 0 | 0.03 | 0.74 | 120 | 0.02 | 0.25 |
| Hex | 40 | 42 | 40 | 3 | 0 | 3 | 4A | 78 | 2 | 19 |
| Octal | 100 | 102 | 100 | 3 | 0 | 3 | 112 | 170 | 2 | 31 |
| Binary | 1000000 | 1000010 | 1000000 | 11 | 0 | 11 | 1001010 | 1111000 | 10 | 11001 |
Color Harmonies of #404240
Complementary color
Monochromatic Colors of #404240
Black with #404240
Text Example
Text Example
White with #404240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404240; }
p { color: rgb(64,66,64); }
H1.HeaderClassName
{
color: #404240;
}
.AnyTagClassName
{
color: #404240;
}
</style>
background-color css
<style>
a { background-color: #404240; }
a { background-color: rgb(64,66,64); }
div.DivClassName
{
background-color: #404240;
}
.BgClassName
{
background-color: #404240;
}
</style>
border-color css
<style>
span { border-color: #404240; }
span { border-color: rgb(64,66,64); }
td.TdClassName
{
border-color: #404240;
}
.TagClassName
{
border-color: #404240;
}
</style>