Shades of Grey-Asparagus #404C41
Tints of Grey-Asparagus #404C41
RGB
CMYK
RGB Variations
Color information
#404C41 (or 0x404C41) is known color: Grey-Asparagus. HEX triplet: 40, 4C and 41. RGB value is (64,76,65). Sum of RGB (Red+Green+Blue) = 64+76+65=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 76 - color contains mainly: green. Hex color #404C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C41 is #BFB3BE. Grayscale: #474747. Windows color (decimal): -12563391 or 4279360. OLE color: 4279360.
HSL color Cylindrical-coordinate representation of color #404C41: hue angle of 125º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #404C41 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 76 | 65 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.70 |
| HSL | 125º | 0.09% | 0.27% | - |
| HSV(B) | 125º | 0.16% | 0.3% | - |
| XYZ | 5.65 | 6.64 | 5.98 | - |
| YUV | 71.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 65 | 0.16 | 0 | 0.14 | 0.70 | 125 | 0.09 | 0.27 |
| Hex | 40 | 4C | 41 | 10 | 0 | E | 46 | 7D | 9 | 1B |
| Octal | 100 | 114 | 101 | 20 | 0 | 16 | 106 | 175 | 11 | 33 |
| Binary | 1000000 | 1001100 | 1000001 | 10000 | 0 | 1110 | 1000110 | 1111101 | 1001 | 11011 |
Color Harmonies of #404C41
Complementary color
Monochromatic Colors of #404C41
Black with #404C41
Text Example
Text Example
White with #404C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404C41; }
p { color: rgb(64,76,65); }
H1.HeaderClassName
{
color: #404C41;
}
.AnyTagClassName
{
color: #404C41;
}
</style>
background-color css
<style>
a { background-color: #404C41; }
a { background-color: rgb(64,76,65); }
div.DivClassName
{
background-color: #404C41;
}
.BgClassName
{
background-color: #404C41;
}
</style>
border-color css
<style>
span { border-color: #404C41; }
span { border-color: rgb(64,76,65); }
td.TdClassName
{
border-color: #404C41;
}
.TagClassName
{
border-color: #404C41;
}
</style>