Shades of Grey-Asparagus #40603E
Tints of Grey-Asparagus #40603E
RGB
CMYK
RGB Variations
Color information
#40603E (or 0x40603E) is known color: Grey-Asparagus. HEX triplet: 40, 60 and 3E. RGB value is (64,96,62). Sum of RGB (Red+Green+Blue) = 64+96+62=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 62 (24.61% from 255 or 27.93% from 222); Max value from RGB is 96 - color contains mainly: green. Hex color #40603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40603E is #BF9FC1. Grayscale: #525252. Windows color (decimal): -12558274 or 4087872. OLE color: 4087872.
HSL color Cylindrical-coordinate representation of color #40603E: hue angle of 116.47º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40603E is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 96 | 62 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.62 |
| HSL | 116.47º | 0.22% | 0.31% | - |
| HSV(B) | 116.47º | 0.35% | 0.38% | - |
| XYZ | 7.17 | 9.8 | 6.07 | - |
| YUV | 82.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 62 | 0.33 | 0 | 0.35 | 0.62 | 116.47 | 0.22 | 0.31 |
| Hex | 40 | 60 | 3E | 21 | 0 | 23 | 3E | 74 | 16 | 1F |
| Octal | 100 | 140 | 76 | 41 | 0 | 43 | 76 | 164 | 26 | 37 |
| Binary | 1000000 | 1100000 | 111110 | 100001 | 0 | 100011 | 111110 | 1110100 | 10110 | 11111 |
Color Harmonies of #40603E
Complementary color
Monochromatic Colors of #40603E
Black with #40603E
Text Example
Text Example
White with #40603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40603E; }
p { color: rgb(64,96,62); }
H1.HeaderClassName
{
color: #40603E;
}
.AnyTagClassName
{
color: #40603E;
}
</style>
background-color css
<style>
a { background-color: #40603E; }
a { background-color: rgb(64,96,62); }
div.DivClassName
{
background-color: #40603E;
}
.BgClassName
{
background-color: #40603E;
}
</style>
border-color css
<style>
span { border-color: #40603E; }
span { border-color: rgb(64,96,62); }
td.TdClassName
{
border-color: #40603E;
}
.TagClassName
{
border-color: #40603E;
}
</style>