Shades of Grey-Asparagus #414A42
Tints of Grey-Asparagus #414A42
RGB
CMYK
RGB Variations
Color information
#414A42 (or 0x414A42) is known color: Grey-Asparagus. HEX triplet: 41, 4A and 42. RGB value is (65,74,66). Sum of RGB (Red+Green+Blue) = 65+74+66=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 66 (26.17% from 255 or 32.20% from 205); Max value from RGB is 74 - color contains mainly: green. Hex color #414A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414A42 is #BEB5BD. Grayscale: #464646. Windows color (decimal): -12498366 or 4344385. OLE color: 4344385.
HSL color Cylindrical-coordinate representation of color #414A42: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #414A42 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 74 | 66 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.71 |
| HSL | 126.67º | 0.06% | 0.27% | - |
| HSV(B) | 126.67º | 0.12% | 0.29% | - |
| XYZ | 5.61 | 6.41 | 6.1 | - |
| YUV | 70.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 74 | 66 | 0.12 | 0 | 0.11 | 0.71 | 126.67 | 0.06 | 0.27 |
| Hex | 41 | 4A | 42 | C | 0 | B | 47 | 7F | 6 | 1B |
| Octal | 101 | 112 | 102 | 14 | 0 | 13 | 107 | 177 | 6 | 33 |
| Binary | 1000001 | 1001010 | 1000010 | 1100 | 0 | 1011 | 1000111 | 1111111 | 110 | 11011 |
Color Harmonies of #414A42
Complementary color
Monochromatic Colors of #414A42
Black with #414A42
Text Example
Text Example
White with #414A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414A42; }
p { color: rgb(65,74,66); }
H1.HeaderClassName
{
color: #414A42;
}
.AnyTagClassName
{
color: #414A42;
}
</style>
background-color css
<style>
a { background-color: #414A42; }
a { background-color: rgb(65,74,66); }
div.DivClassName
{
background-color: #414A42;
}
.BgClassName
{
background-color: #414A42;
}
</style>
border-color css
<style>
span { border-color: #414A42; }
span { border-color: rgb(65,74,66); }
td.TdClassName
{
border-color: #414A42;
}
.TagClassName
{
border-color: #414A42;
}
</style>