Shades of Grey-Asparagus #424A41
Tints of Grey-Asparagus #424A41
RGB
CMYK
RGB Variations
Color information
#424A41 (or 0x424A41) is known color: Grey-Asparagus. HEX triplet: 42, 4A and 41. RGB value is (66,74,65). Sum of RGB (Red+Green+Blue) = 66+74+65=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 74 - color contains mainly: green. Hex color #424A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424A41 is #BDB5BE. Grayscale: #464646. Windows color (decimal): -12432831 or 4278850. OLE color: 4278850.
HSL color Cylindrical-coordinate representation of color #424A41: hue angle of 113.33º 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 #424A41 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 74 | 65 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.71 |
| HSL | 113.33º | 0.06% | 0.27% | - |
| HSV(B) | 113.33º | 0.12% | 0.29% | - |
| XYZ | 5.65 | 6.44 | 5.95 | - |
| YUV | 70.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 65 | 0.11 | 0 | 0.12 | 0.71 | 113.33 | 0.06 | 0.27 |
| Hex | 42 | 4A | 41 | B | 0 | C | 47 | 71 | 6 | 1B |
| Octal | 102 | 112 | 101 | 13 | 0 | 14 | 107 | 161 | 6 | 33 |
| Binary | 1000010 | 1001010 | 1000001 | 1011 | 0 | 1100 | 1000111 | 1110001 | 110 | 11011 |
Color Harmonies of #424A41
Complementary color
Monochromatic Colors of #424A41
Black with #424A41
Text Example
Text Example
White with #424A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424A41; }
p { color: rgb(66,74,65); }
H1.HeaderClassName
{
color: #424A41;
}
.AnyTagClassName
{
color: #424A41;
}
</style>
background-color css
<style>
a { background-color: #424A41; }
a { background-color: rgb(66,74,65); }
div.DivClassName
{
background-color: #424A41;
}
.BgClassName
{
background-color: #424A41;
}
</style>
border-color css
<style>
span { border-color: #424A41; }
span { border-color: rgb(66,74,65); }
td.TdClassName
{
border-color: #424A41;
}
.TagClassName
{
border-color: #424A41;
}
</style>