Shades of Grey-Asparagus #40593F
Tints of Grey-Asparagus #40593F
RGB
CMYK
RGB Variations
Color information
#40593F (or 0x40593F) is known color: Grey-Asparagus. HEX triplet: 40, 59 and 3F. RGB value is (64,89,63). Sum of RGB (Red+Green+Blue) = 64+89+63=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 89 (35.16% from 255 or 41.20% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 89 - color contains mainly: green. Hex color #40593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40593F is #BFA6C0. Grayscale: #4E4E4E. Windows color (decimal): -12560065 or 4151616. OLE color: 4151616.
HSL color Cylindrical-coordinate representation of color #40593F: hue angle of 117.69º 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 #40593F is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 63 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.65 |
| HSL | 117.69º | 0.17% | 0.3% | - |
| HSV(B) | 117.69º | 0.29% | 0.35% | - |
| XYZ | 6.58 | 8.59 | 6.01 | - |
| YUV | 78.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 63 | 0.28 | 0 | 0.29 | 0.65 | 117.69 | 0.17 | 0.3 |
| Hex | 40 | 59 | 3F | 1C | 0 | 1D | 41 | 76 | 11 | 1E |
| Octal | 100 | 131 | 77 | 34 | 0 | 35 | 101 | 166 | 21 | 36 |
| Binary | 1000000 | 1011001 | 111111 | 11100 | 0 | 11101 | 1000001 | 1110110 | 10001 | 11110 |
Color Harmonies of #40593F
Complementary color
Monochromatic Colors of #40593F
Black with #40593F
Text Example
Text Example
White with #40593F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40593F; }
p { color: rgb(64,89,63); }
H1.HeaderClassName
{
color: #40593F;
}
.AnyTagClassName
{
color: #40593F;
}
</style>
background-color css
<style>
a { background-color: #40593F; }
a { background-color: rgb(64,89,63); }
div.DivClassName
{
background-color: #40593F;
}
.BgClassName
{
background-color: #40593F;
}
</style>
border-color css
<style>
span { border-color: #40593F; }
span { border-color: rgb(64,89,63); }
td.TdClassName
{
border-color: #40593F;
}
.TagClassName
{
border-color: #40593F;
}
</style>