Shades of Grey-Asparagus #40503E
Tints of Grey-Asparagus #40503E
RGB
CMYK
RGB Variations
Color information
#40503E (or 0x40503E) is known color: Grey-Asparagus. HEX triplet: 40, 50 and 3E. RGB value is (64,80,62). Sum of RGB (Red+Green+Blue) = 64+80+62=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 80 (31.64% from 255 or 38.83% from 206); Blue value is 62 (24.61% from 255 or 30.10% from 206); Max value from RGB is 80 - color contains mainly: green. Hex color #40503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40503E is #BFAFC1. Grayscale: #494949. Windows color (decimal): -12562370 or 4083776. OLE color: 4083776.
HSL color Cylindrical-coordinate representation of color #40503E: hue angle of 113.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #40503E is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 80 | 62 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.69 |
| HSL | 113.33º | 0.13% | 0.28% | - |
| HSV(B) | 113.33º | 0.23% | 0.31% | - |
| XYZ | 5.85 | 7.18 | 5.63 | - |
| YUV | 73.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 80 | 62 | 0.20 | 0 | 0.22 | 0.69 | 113.33 | 0.13 | 0.28 |
| Hex | 40 | 50 | 3E | 14 | 0 | 16 | 45 | 71 | D | 1C |
| Octal | 100 | 120 | 76 | 24 | 0 | 26 | 105 | 161 | 15 | 34 |
| Binary | 1000000 | 1010000 | 111110 | 10100 | 0 | 10110 | 1000101 | 1110001 | 1101 | 11100 |
Color Harmonies of #40503E
Complementary color
Monochromatic Colors of #40503E
Black with #40503E
Text Example
Text Example
White with #40503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40503E; }
p { color: rgb(64,80,62); }
H1.HeaderClassName
{
color: #40503E;
}
.AnyTagClassName
{
color: #40503E;
}
</style>
background-color css
<style>
a { background-color: #40503E; }
a { background-color: rgb(64,80,62); }
div.DivClassName
{
background-color: #40503E;
}
.BgClassName
{
background-color: #40503E;
}
</style>
border-color css
<style>
span { border-color: #40503E; }
span { border-color: rgb(64,80,62); }
td.TdClassName
{
border-color: #40503E;
}
.TagClassName
{
border-color: #40503E;
}
</style>