Shades of Grey-Asparagus #424B41
Tints of Grey-Asparagus #424B41
RGB
CMYK
RGB Variations
Color information
#424B41 (or 0x424B41) is known color: Grey-Asparagus. HEX triplet: 42, 4B and 41. RGB value is (66,75,65). Sum of RGB (Red+Green+Blue) = 66+75+65=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 65 (25.78% from 255 or 31.55% from 206); Max value from RGB is 75 - color contains mainly: green. Hex color #424B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B41 is #BDB4BE. Grayscale: #474747. Windows color (decimal): -12432575 or 4279106. OLE color: 4279106.
HSL color Cylindrical-coordinate representation of color #424B41: hue angle of 114º 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 #424B41 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 65 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.71 |
| HSL | 114º | 0.07% | 0.27% | - |
| HSV(B) | 114º | 0.13% | 0.29% | - |
| XYZ | 5.72 | 6.57 | 5.97 | - |
| YUV | 71.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 65 | 0.12 | 0 | 0.13 | 0.71 | 114 | 0.07 | 0.27 |
| Hex | 42 | 4B | 41 | C | 0 | D | 47 | 72 | 7 | 1B |
| Octal | 102 | 113 | 101 | 14 | 0 | 15 | 107 | 162 | 7 | 33 |
| Binary | 1000010 | 1001011 | 1000001 | 1100 | 0 | 1101 | 1000111 | 1110010 | 111 | 11011 |
Color Harmonies of #424B41
Complementary color
Monochromatic Colors of #424B41
Black with #424B41
Text Example
Text Example
White with #424B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B41; }
p { color: rgb(66,75,65); }
H1.HeaderClassName
{
color: #424B41;
}
.AnyTagClassName
{
color: #424B41;
}
</style>
background-color css
<style>
a { background-color: #424B41; }
a { background-color: rgb(66,75,65); }
div.DivClassName
{
background-color: #424B41;
}
.BgClassName
{
background-color: #424B41;
}
</style>
border-color css
<style>
span { border-color: #424B41; }
span { border-color: rgb(66,75,65); }
td.TdClassName
{
border-color: #424B41;
}
.TagClassName
{
border-color: #424B41;
}
</style>