Shades of Grey-Asparagus #426A43
Tints of Grey-Asparagus #426A43
RGB
CMYK
RGB Variations
Color information
#426A43 (or 0x426A43) is known color: Grey-Asparagus. HEX triplet: 42, 6A and 43. RGB value is (66,106,67). Sum of RGB (Red+Green+Blue) = 66+106+67=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #426A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426A43 is #BD95BC. Grayscale: #595959. Windows color (decimal): -12424637 or 4418114. OLE color: 4418114.
HSL color Cylindrical-coordinate representation of color #426A43: hue angle of 121.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #426A43 is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 66 | 106 | 67 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.58 |
| HSL | 121.5º | 0.23% | 0.34% | - |
| HSV(B) | 121.5º | 0.38% | 0.42% | - |
| XYZ | 8.41 | 11.87 | 7.16 | - |
| YUV | 89.59 | 115.25 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 106 | 67 | 0.38 | 0 | 0.37 | 0.58 | 121.5 | 0.23 | 0.34 |
| Hex | 42 | 6A | 43 | 26 | 0 | 25 | 3A | 7A | 17 | 22 |
| Octal | 102 | 152 | 103 | 46 | 0 | 45 | 72 | 172 | 27 | 42 |
| Binary | 1000010 | 1101010 | 1000011 | 100110 | 0 | 100101 | 111010 | 1111010 | 10111 | 100010 |
Color Harmonies of #426A43
Complementary color
Monochromatic Colors of #426A43
Black with #426A43
Text Example
Text Example
White with #426A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426A43; }
p { color: rgb(66,106,67); }
H1.HeaderClassName
{
color: #426A43;
}
.AnyTagClassName
{
color: #426A43;
}
</style>
background-color css
<style>
a { background-color: #426A43; }
a { background-color: rgb(66,106,67); }
div.DivClassName
{
background-color: #426A43;
}
.BgClassName
{
background-color: #426A43;
}
</style>
border-color css
<style>
span { border-color: #426A43; }
span { border-color: rgb(66,106,67); }
td.TdClassName
{
border-color: #426A43;
}
.TagClassName
{
border-color: #426A43;
}
</style>