Shades of Grey-Asparagus #405540
Tints of Grey-Asparagus #405540
RGB
CMYK
RGB Variations
Color information
#405540 (or 0x405540) is known color: Grey-Asparagus. HEX triplet: 40, 55 and 40. RGB value is (64,85,64). Sum of RGB (Red+Green+Blue) = 64+85+64=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 85 (33.59% from 255 or 39.91% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 85 - color contains mainly: green. Hex color #405540 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405540 is #BFAABF. Grayscale: #4C4C4C. Windows color (decimal): -12561088 or 4216128. OLE color: 4216128.
HSL color Cylindrical-coordinate representation of color #405540: hue angle of 120º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #405540 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 64 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.67 |
| HSL | 120º | 0.14% | 0.29% | - |
| HSV(B) | 120º | 0.25% | 0.33% | - |
| XYZ | 6.29 | 7.96 | 6.05 | - |
| YUV | 76.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 64 | 0.25 | 0 | 0.25 | 0.67 | 120 | 0.14 | 0.29 |
| Hex | 40 | 55 | 40 | 19 | 0 | 19 | 43 | 78 | E | 1D |
| Octal | 100 | 125 | 100 | 31 | 0 | 31 | 103 | 170 | 16 | 35 |
| Binary | 1000000 | 1010101 | 1000000 | 11001 | 0 | 11001 | 1000011 | 1111000 | 1110 | 11101 |
Color Harmonies of #405540
Complementary color
Monochromatic Colors of #405540
Black with #405540
Text Example
Text Example
White with #405540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405540; }
p { color: rgb(64,85,64); }
H1.HeaderClassName
{
color: #405540;
}
.AnyTagClassName
{
color: #405540;
}
</style>
background-color css
<style>
a { background-color: #405540; }
a { background-color: rgb(64,85,64); }
div.DivClassName
{
background-color: #405540;
}
.BgClassName
{
background-color: #405540;
}
</style>
border-color css
<style>
span { border-color: #405540; }
span { border-color: rgb(64,85,64); }
td.TdClassName
{
border-color: #405540;
}
.TagClassName
{
border-color: #405540;
}
</style>