Shades of Grey-Asparagus #424E3F
Tints of Grey-Asparagus #424E3F
RGB
CMYK
RGB Variations
Color information
#424E3F (or 0x424E3F) is known color: Grey-Asparagus. HEX triplet: 42, 4E and 3F. RGB value is (66,78,63). Sum of RGB (Red+Green+Blue) = 66+78+63=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 78 - color contains mainly: green. Hex color #424E3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #424E3F is #BDB1C0. Grayscale: #484848. Windows color (decimal): -12431809 or 4148802. OLE color: 4148802.
HSL color Cylindrical-coordinate representation of color #424E3F: hue angle of 108º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #424E3F is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 78 | 63 | - |
| CMYK | 0.15 | 0 | 0.19 | 0.69 |
| HSL | 108º | 0.11% | 0.28% | - |
| HSV(B) | 108º | 0.19% | 0.31% | - |
| XYZ | 5.87 | 6.97 | 5.74 | - |
| YUV | 72.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 63 | 0.15 | 0 | 0.19 | 0.69 | 108 | 0.11 | 0.28 |
| Hex | 42 | 4E | 3F | F | 0 | 13 | 45 | 6C | B | 1C |
| Octal | 102 | 116 | 77 | 17 | 0 | 23 | 105 | 154 | 13 | 34 |
| Binary | 1000010 | 1001110 | 111111 | 1111 | 0 | 10011 | 1000101 | 1101100 | 1011 | 11100 |
Color Harmonies of #424E3F
Complementary color
Monochromatic Colors of #424E3F
Black with #424E3F
Text Example
Text Example
White with #424E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424E3F; }
p { color: rgb(66,78,63); }
H1.HeaderClassName
{
color: #424E3F;
}
.AnyTagClassName
{
color: #424E3F;
}
</style>
background-color css
<style>
a { background-color: #424E3F; }
a { background-color: rgb(66,78,63); }
div.DivClassName
{
background-color: #424E3F;
}
.BgClassName
{
background-color: #424E3F;
}
</style>
border-color css
<style>
span { border-color: #424E3F; }
span { border-color: rgb(66,78,63); }
td.TdClassName
{
border-color: #424E3F;
}
.TagClassName
{
border-color: #424E3F;
}
</style>