Shades of Grey-Asparagus #414C40
Tints of Grey-Asparagus #414C40
RGB
CMYK
RGB Variations
Color information
#414C40 (or 0x414C40) is known color: Grey-Asparagus. HEX triplet: 41, 4C and 40. RGB value is (65,76,64). Sum of RGB (Red+Green+Blue) = 65+76+64=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 76 - color contains mainly: green. Hex color #414C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C40 is #BEB3BF. Grayscale: #474747. Windows color (decimal): -12497856 or 4213825. OLE color: 4213825.
HSL color Cylindrical-coordinate representation of color #414C40: hue angle of 115º 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 #414C40 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 64 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.70 |
| HSL | 115º | 0.09% | 0.27% | - |
| HSV(B) | 115º | 0.16% | 0.3% | - |
| XYZ | 5.69 | 6.66 | 5.84 | - |
| YUV | 71.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 64 | 0.14 | 0 | 0.16 | 0.70 | 115 | 0.09 | 0.27 |
| Hex | 41 | 4C | 40 | E | 0 | 10 | 46 | 73 | 9 | 1B |
| Octal | 101 | 114 | 100 | 16 | 0 | 20 | 106 | 163 | 11 | 33 |
| Binary | 1000001 | 1001100 | 1000000 | 1110 | 0 | 10000 | 1000110 | 1110011 | 1001 | 11011 |
Color Harmonies of #414C40
Complementary color
Monochromatic Colors of #414C40
Black with #414C40
Text Example
Text Example
White with #414C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C40; }
p { color: rgb(65,76,64); }
H1.HeaderClassName
{
color: #414C40;
}
.AnyTagClassName
{
color: #414C40;
}
</style>
background-color css
<style>
a { background-color: #414C40; }
a { background-color: rgb(65,76,64); }
div.DivClassName
{
background-color: #414C40;
}
.BgClassName
{
background-color: #414C40;
}
</style>
border-color css
<style>
span { border-color: #414C40; }
span { border-color: rgb(65,76,64); }
td.TdClassName
{
border-color: #414C40;
}
.TagClassName
{
border-color: #414C40;
}
</style>