Shades of Grey-Asparagus #414D40
Tints of Grey-Asparagus #414D40
RGB
CMYK
RGB Variations
Color information
#414D40 (or 0x414D40) is known color: Grey-Asparagus. HEX triplet: 41, 4D and 40. RGB value is (65,77,64). Sum of RGB (Red+Green+Blue) = 65+77+64=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 77 (30.47% from 255 or 37.38% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 77 - color contains mainly: green. Hex color #414D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414D40 is #BEB2BF. Grayscale: #474747. Windows color (decimal): -12497600 or 4214081. OLE color: 4214081.
HSL color Cylindrical-coordinate representation of color #414D40: hue angle of 115.38º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #414D40 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 77 | 64 | - |
| CMYK | 0.16 | 0 | 0.17 | 0.70 |
| HSL | 115.38º | 0.09% | 0.28% | - |
| HSV(B) | 115.38º | 0.17% | 0.3% | - |
| XYZ | 5.76 | 6.8 | 5.86 | - |
| YUV | 71.93 | 123.52 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 64 | 0.16 | 0 | 0.17 | 0.70 | 115.38 | 0.09 | 0.28 |
| Hex | 41 | 4D | 40 | 10 | 0 | 11 | 46 | 73 | 9 | 1C |
| Octal | 101 | 115 | 100 | 20 | 0 | 21 | 106 | 163 | 11 | 34 |
| Binary | 1000001 | 1001101 | 1000000 | 10000 | 0 | 10001 | 1000110 | 1110011 | 1001 | 11100 |
Color Harmonies of #414D40
Complementary color
Monochromatic Colors of #414D40
Black with #414D40
Text Example
Text Example
White with #414D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414D40; }
p { color: rgb(65,77,64); }
H1.HeaderClassName
{
color: #414D40;
}
.AnyTagClassName
{
color: #414D40;
}
</style>
background-color css
<style>
a { background-color: #414D40; }
a { background-color: rgb(65,77,64); }
div.DivClassName
{
background-color: #414D40;
}
.BgClassName
{
background-color: #414D40;
}
</style>
border-color css
<style>
span { border-color: #414D40; }
span { border-color: rgb(65,77,64); }
td.TdClassName
{
border-color: #414D40;
}
.TagClassName
{
border-color: #414D40;
}
</style>