Shades of Grey-Asparagus #426843
Tints of Grey-Asparagus #426843
RGB
CMYK
RGB Variations
Color information
#426843 (or 0x426843) is known color: Grey-Asparagus. HEX triplet: 42, 68 and 43. RGB value is (66,104,67). Sum of RGB (Red+Green+Blue) = 66+104+67=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #426843 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #426843 is #BD97BC. Grayscale: #585858. Windows color (decimal): -12425149 or 4417602. OLE color: 4417602.
HSL color Cylindrical-coordinate representation of color #426843: hue angle of 121.58º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #426843 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 66 | 104 | 67 | - |
| CMYK | 0.37 | 0 | 0.36 | 0.59 |
| HSL | 121.58º | 0.22% | 0.33% | - |
| HSV(B) | 121.58º | 0.37% | 0.41% | - |
| XYZ | 8.21 | 11.46 | 7.09 | - |
| YUV | 88.42 | 115.91 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 104 | 67 | 0.37 | 0 | 0.36 | 0.59 | 121.58 | 0.22 | 0.33 |
| Hex | 42 | 68 | 43 | 25 | 0 | 24 | 3B | 7A | 16 | 21 |
| Octal | 102 | 150 | 103 | 45 | 0 | 44 | 73 | 172 | 26 | 41 |
| Binary | 1000010 | 1101000 | 1000011 | 100101 | 0 | 100100 | 111011 | 1111010 | 10110 | 100001 |
Color Harmonies of #426843
Complementary color
Monochromatic Colors of #426843
Black with #426843
Text Example
Text Example
White with #426843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #426843; }
p { color: rgb(66,104,67); }
H1.HeaderClassName
{
color: #426843;
}
.AnyTagClassName
{
color: #426843;
}
</style>
background-color css
<style>
a { background-color: #426843; }
a { background-color: rgb(66,104,67); }
div.DivClassName
{
background-color: #426843;
}
.BgClassName
{
background-color: #426843;
}
</style>
border-color css
<style>
span { border-color: #426843; }
span { border-color: rgb(66,104,67); }
td.TdClassName
{
border-color: #426843;
}
.TagClassName
{
border-color: #426843;
}
</style>