Shades of Grey-Asparagus #406240
Tints of Grey-Asparagus #406240
RGB
CMYK
RGB Variations
Color information
#406240 (or 0x406240) is known color: Grey-Asparagus. HEX triplet: 40, 62 and 40. RGB value is (64,98,64). Sum of RGB (Red+Green+Blue) = 64+98+64=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 98 (38.67% from 255 or 43.36% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 98 - color contains mainly: green. Hex color #406240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406240 is #BF9DBF. Grayscale: #545454. Windows color (decimal): -12557760 or 4219456. OLE color: 4219456.
HSL color Cylindrical-coordinate representation of color #406240: hue angle of 120º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406240 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 98 | 64 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.62 |
| HSL | 120º | 0.21% | 0.32% | - |
| HSV(B) | 120º | 0.35% | 0.38% | - |
| XYZ | 7.41 | 10.2 | 6.43 | - |
| YUV | 83.96 | 116.74 | 113.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 64 | 0.35 | 0 | 0.35 | 0.62 | 120 | 0.21 | 0.32 |
| Hex | 40 | 62 | 40 | 23 | 0 | 23 | 3E | 78 | 15 | 20 |
| Octal | 100 | 142 | 100 | 43 | 0 | 43 | 76 | 170 | 25 | 40 |
| Binary | 1000000 | 1100010 | 1000000 | 100011 | 0 | 100011 | 111110 | 1111000 | 10101 | 100000 |
Color Harmonies of #406240
Complementary color
Monochromatic Colors of #406240
Black with #406240
Text Example
Text Example
White with #406240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406240; }
p { color: rgb(64,98,64); }
H1.HeaderClassName
{
color: #406240;
}
.AnyTagClassName
{
color: #406240;
}
</style>
background-color css
<style>
a { background-color: #406240; }
a { background-color: rgb(64,98,64); }
div.DivClassName
{
background-color: #406240;
}
.BgClassName
{
background-color: #406240;
}
</style>
border-color css
<style>
span { border-color: #406240; }
span { border-color: rgb(64,98,64); }
td.TdClassName
{
border-color: #406240;
}
.TagClassName
{
border-color: #406240;
}
</style>