Shades of Grey-Asparagus #42593F
Tints of Grey-Asparagus #42593F
RGB
CMYK
RGB Variations
Color information
#42593F (or 0x42593F) is known color: Grey-Asparagus. HEX triplet: 42, 59 and 3F. RGB value is (66,89,63). Sum of RGB (Red+Green+Blue) = 66+89+63=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #42593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42593F is #BDA6C0. Grayscale: #4F4F4F. Windows color (decimal): -12428993 or 4151618. OLE color: 4151618.
HSL color Cylindrical-coordinate representation of color #42593F: hue angle of 113.08º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42593F is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 89 | 63 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.65 |
| HSL | 113.08º | 0.17% | 0.3% | - |
| HSV(B) | 113.08º | 0.29% | 0.35% | - |
| XYZ | 6.72 | 8.66 | 6.02 | - |
| YUV | 79.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 89 | 63 | 0.26 | 0 | 0.29 | 0.65 | 113.08 | 0.17 | 0.3 |
| Hex | 42 | 59 | 3F | 1A | 0 | 1D | 41 | 71 | 11 | 1E |
| Octal | 102 | 131 | 77 | 32 | 0 | 35 | 101 | 161 | 21 | 36 |
| Binary | 1000010 | 1011001 | 111111 | 11010 | 0 | 11101 | 1000001 | 1110001 | 10001 | 11110 |
Color Harmonies of #42593F
Complementary color
Monochromatic Colors of #42593F
Black with #42593F
Text Example
Text Example
White with #42593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42593F; }
p { color: rgb(66,89,63); }
H1.HeaderClassName
{
color: #42593F;
}
.AnyTagClassName
{
color: #42593F;
}
</style>
background-color css
<style>
a { background-color: #42593F; }
a { background-color: rgb(66,89,63); }
div.DivClassName
{
background-color: #42593F;
}
.BgClassName
{
background-color: #42593F;
}
</style>
border-color css
<style>
span { border-color: #42593F; }
span { border-color: rgb(66,89,63); }
td.TdClassName
{
border-color: #42593F;
}
.TagClassName
{
border-color: #42593F;
}
</style>