Shades of Grey-Asparagus #404140
Tints of Grey-Asparagus #404140
RGB
CMYK
RGB Variations
Color information
#404140 (or 0x404140) is known color: Grey-Asparagus. HEX triplet: 40, 41 and 40. RGB value is (64,65,64). Sum of RGB (Red+Green+Blue) = 64+65+64=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 65 - color contains mainly: green. Hex color #404140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404140 is #BFBEBF. Grayscale: #404040. Windows color (decimal): -12566208 or 4211008. OLE color: 4211008.
HSL color Cylindrical-coordinate representation of color #404140: hue angle of 120º degrees, saturation: 0.01, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #404140 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 65 | 64 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.75 |
| HSL | 120º | 0.01% | 0.25% | - |
| HSV(B) | 120º | 0.02% | 0.25% | - |
| XYZ | 4.93 | 5.24 | 5.6 | - |
| YUV | 64.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 64 | 0.02 | 0 | 0.02 | 0.75 | 120 | 0.01 | 0.25 |
| Hex | 40 | 41 | 40 | 2 | 0 | 2 | 4B | 78 | 1 | 19 |
| Octal | 100 | 101 | 100 | 2 | 0 | 2 | 113 | 170 | 1 | 31 |
| Binary | 1000000 | 1000001 | 1000000 | 10 | 0 | 10 | 1001011 | 1111000 | 1 | 11001 |
Color Harmonies of #404140
Complementary color
Monochromatic Colors of #404140
Black with #404140
Text Example
Text Example
White with #404140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404140; }
p { color: rgb(64,65,64); }
H1.HeaderClassName
{
color: #404140;
}
.AnyTagClassName
{
color: #404140;
}
</style>
background-color css
<style>
a { background-color: #404140; }
a { background-color: rgb(64,65,64); }
div.DivClassName
{
background-color: #404140;
}
.BgClassName
{
background-color: #404140;
}
</style>
border-color css
<style>
span { border-color: #404140; }
span { border-color: rgb(64,65,64); }
td.TdClassName
{
border-color: #404140;
}
.TagClassName
{
border-color: #404140;
}
</style>