Shades of Grey-Asparagus #40593C
Tints of Grey-Asparagus #40593C
RGB
CMYK
RGB Variations
Color information
#40593C (or 0x40593C) is known color: Grey-Asparagus. HEX triplet: 40, 59 and 3C. RGB value is (64,89,60). Sum of RGB (Red+Green+Blue) = 64+89+60=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 89 - color contains mainly: green. Hex color #40593C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40593C is #BFA6C3. Grayscale: #4E4E4E. Windows color (decimal): -12560068 or 3955008. OLE color: 3955008.
HSL color Cylindrical-coordinate representation of color #40593C: hue angle of 111.72º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40593C is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 60 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.65 |
| HSL | 111.72º | 0.19% | 0.29% | - |
| HSV(B) | 111.72º | 0.33% | 0.35% | - |
| XYZ | 6.5 | 8.56 | 5.58 | - |
| YUV | 78.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 60 | 0.28 | 0 | 0.33 | 0.65 | 111.72 | 0.19 | 0.29 |
| Hex | 40 | 59 | 3C | 1C | 0 | 21 | 41 | 70 | 13 | 1D |
| Octal | 100 | 131 | 74 | 34 | 0 | 41 | 101 | 160 | 23 | 35 |
| Binary | 1000000 | 1011001 | 111100 | 11100 | 0 | 100001 | 1000001 | 1110000 | 10011 | 11101 |
Color Harmonies of #40593C
Complementary color
Monochromatic Colors of #40593C
Black with #40593C
Text Example
Text Example
White with #40593C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40593C; }
p { color: rgb(64,89,60); }
H1.HeaderClassName
{
color: #40593C;
}
.AnyTagClassName
{
color: #40593C;
}
</style>
background-color css
<style>
a { background-color: #40593C; }
a { background-color: rgb(64,89,60); }
div.DivClassName
{
background-color: #40593C;
}
.BgClassName
{
background-color: #40593C;
}
</style>
border-color css
<style>
span { border-color: #40593C; }
span { border-color: rgb(64,89,60); }
td.TdClassName
{
border-color: #40593C;
}
.TagClassName
{
border-color: #40593C;
}
</style>