Shades of Grey-Asparagus #414B42
Tints of Grey-Asparagus #414B42
RGB
CMYK
RGB Variations
Color information
#414B42 (or 0x414B42) is known color: Grey-Asparagus. HEX triplet: 41, 4B and 42. RGB value is (65,75,66). Sum of RGB (Red+Green+Blue) = 65+75+66=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 75 - color contains mainly: green. Hex color #414B42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414B42 is #BEB4BD. Grayscale: #474747. Windows color (decimal): -12498110 or 4344641. OLE color: 4344641.
HSL color Cylindrical-coordinate representation of color #414B42: hue angle of 126º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #414B42 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 75 | 66 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.71 |
| HSL | 126º | 0.07% | 0.27% | - |
| HSV(B) | 126º | 0.13% | 0.29% | - |
| XYZ | 5.68 | 6.55 | 6.12 | - |
| YUV | 70.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 75 | 66 | 0.13 | 0 | 0.12 | 0.71 | 126 | 0.07 | 0.27 |
| Hex | 41 | 4B | 42 | D | 0 | C | 47 | 7E | 7 | 1B |
| Octal | 101 | 113 | 102 | 15 | 0 | 14 | 107 | 176 | 7 | 33 |
| Binary | 1000001 | 1001011 | 1000010 | 1101 | 0 | 1100 | 1000111 | 1111110 | 111 | 11011 |
Color Harmonies of #414B42
Complementary color
Monochromatic Colors of #414B42
Black with #414B42
Text Example
Text Example
White with #414B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414B42; }
p { color: rgb(65,75,66); }
H1.HeaderClassName
{
color: #414B42;
}
.AnyTagClassName
{
color: #414B42;
}
</style>
background-color css
<style>
a { background-color: #414B42; }
a { background-color: rgb(65,75,66); }
div.DivClassName
{
background-color: #414B42;
}
.BgClassName
{
background-color: #414B42;
}
</style>
border-color css
<style>
span { border-color: #414B42; }
span { border-color: rgb(65,75,66); }
td.TdClassName
{
border-color: #414B42;
}
.TagClassName
{
border-color: #414B42;
}
</style>