Shades of Grey-Asparagus #405240
Tints of Grey-Asparagus #405240
RGB
CMYK
RGB Variations
Color information
#405240 (or 0x405240) is known color: Grey-Asparagus. HEX triplet: 40, 52 and 40. RGB value is (64,82,64). Sum of RGB (Red+Green+Blue) = 64+82+64=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #405240 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405240 is #BFADBF. Grayscale: #4A4A4A. Windows color (decimal): -12561856 or 4215360. OLE color: 4215360.
HSL color Cylindrical-coordinate representation of color #405240: hue angle of 120º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #405240 is Cyan = 0.22, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 82 | 64 | - |
| CMYK | 0.22 | 0 | 0.22 | 0.68 |
| HSL | 120º | 0.12% | 0.29% | - |
| HSV(B) | 120º | 0.22% | 0.32% | - |
| XYZ | 6.06 | 7.49 | 5.98 | - |
| YUV | 74.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 82 | 64 | 0.22 | 0 | 0.22 | 0.68 | 120 | 0.12 | 0.29 |
| Hex | 40 | 52 | 40 | 16 | 0 | 16 | 44 | 78 | C | 1D |
| Octal | 100 | 122 | 100 | 26 | 0 | 26 | 104 | 170 | 14 | 35 |
| Binary | 1000000 | 1010010 | 1000000 | 10110 | 0 | 10110 | 1000100 | 1111000 | 1100 | 11101 |
Color Harmonies of #405240
Complementary color
Monochromatic Colors of #405240
Black with #405240
Text Example
Text Example
White with #405240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405240; }
p { color: rgb(64,82,64); }
H1.HeaderClassName
{
color: #405240;
}
.AnyTagClassName
{
color: #405240;
}
</style>
background-color css
<style>
a { background-color: #405240; }
a { background-color: rgb(64,82,64); }
div.DivClassName
{
background-color: #405240;
}
.BgClassName
{
background-color: #405240;
}
</style>
border-color css
<style>
span { border-color: #405240; }
span { border-color: rgb(64,82,64); }
td.TdClassName
{
border-color: #405240;
}
.TagClassName
{
border-color: #405240;
}
</style>