Shades of Grey-Asparagus #40593D
Tints of Grey-Asparagus #40593D
RGB
CMYK
RGB Variations
Color information
#40593D (or 0x40593D) is known color: Grey-Asparagus. HEX triplet: 40, 59 and 3D. RGB value is (64,89,61). Sum of RGB (Red+Green+Blue) = 64+89+61=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #40593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40593D is #BFA6C2. Grayscale: #4E4E4E. Windows color (decimal): -12560067 or 4020544. OLE color: 4020544.
HSL color Cylindrical-coordinate representation of color #40593D: hue angle of 113.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #40593D is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 61 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.65 |
| HSL | 113.57º | 0.19% | 0.29% | - |
| HSV(B) | 113.57º | 0.31% | 0.35% | - |
| XYZ | 6.53 | 8.57 | 5.73 | - |
| YUV | 78.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 61 | 0.28 | 0 | 0.31 | 0.65 | 113.57 | 0.19 | 0.29 |
| Hex | 40 | 59 | 3D | 1C | 0 | 1F | 41 | 72 | 13 | 1D |
| Octal | 100 | 131 | 75 | 34 | 0 | 37 | 101 | 162 | 23 | 35 |
| Binary | 1000000 | 1011001 | 111101 | 11100 | 0 | 11111 | 1000001 | 1110010 | 10011 | 11101 |
Color Harmonies of #40593D
Complementary color
Monochromatic Colors of #40593D
Black with #40593D
Text Example
Text Example
White with #40593D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40593D; }
p { color: rgb(64,89,61); }
H1.HeaderClassName
{
color: #40593D;
}
.AnyTagClassName
{
color: #40593D;
}
</style>
background-color css
<style>
a { background-color: #40593D; }
a { background-color: rgb(64,89,61); }
div.DivClassName
{
background-color: #40593D;
}
.BgClassName
{
background-color: #40593D;
}
</style>
border-color css
<style>
span { border-color: #40593D; }
span { border-color: rgb(64,89,61); }
td.TdClassName
{
border-color: #40593D;
}
.TagClassName
{
border-color: #40593D;
}
</style>