Shades of Grey-Asparagus #424B40
Tints of Grey-Asparagus #424B40
RGB
CMYK
RGB Variations
Color information
#424B40 (or 0x424B40) is known color: Grey-Asparagus. HEX triplet: 42, 4B and 40. RGB value is (66,75,64). Sum of RGB (Red+Green+Blue) = 66+75+64=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 75 - color contains mainly: green. Hex color #424B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424B40 is #BDB4BF. Grayscale: #474747. Windows color (decimal): -12432576 or 4213570. OLE color: 4213570.
HSL color Cylindrical-coordinate representation of color #424B40: hue angle of 109.09º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #424B40 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 75 | 64 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.71 |
| HSL | 109.09º | 0.08% | 0.27% | - |
| HSV(B) | 109.09º | 0.15% | 0.29% | - |
| XYZ | 5.69 | 6.56 | 5.82 | - |
| YUV | 71.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 75 | 64 | 0.12 | 0 | 0.15 | 0.71 | 109.09 | 0.08 | 0.27 |
| Hex | 42 | 4B | 40 | C | 0 | F | 47 | 6D | 8 | 1B |
| Octal | 102 | 113 | 100 | 14 | 0 | 17 | 107 | 155 | 10 | 33 |
| Binary | 1000010 | 1001011 | 1000000 | 1100 | 0 | 1111 | 1000111 | 1101101 | 1000 | 11011 |
Color Harmonies of #424B40
Complementary color
Monochromatic Colors of #424B40
Black with #424B40
Text Example
Text Example
White with #424B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424B40; }
p { color: rgb(66,75,64); }
H1.HeaderClassName
{
color: #424B40;
}
.AnyTagClassName
{
color: #424B40;
}
</style>
background-color css
<style>
a { background-color: #424B40; }
a { background-color: rgb(66,75,64); }
div.DivClassName
{
background-color: #424B40;
}
.BgClassName
{
background-color: #424B40;
}
</style>
border-color css
<style>
span { border-color: #424B40; }
span { border-color: rgb(66,75,64); }
td.TdClassName
{
border-color: #424B40;
}
.TagClassName
{
border-color: #424B40;
}
</style>