Shades of Grey-Asparagus #405D3F
Tints of Grey-Asparagus #405D3F
RGB
CMYK
RGB Variations
Color information
#405D3F (or 0x405D3F) is known color: Grey-Asparagus. HEX triplet: 40, 5D and 3F. RGB value is (64,93,63). Sum of RGB (Red+Green+Blue) = 64+93+63=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 93 - color contains mainly: green. Hex color #405D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405D3F is #BFA2C0. Grayscale: #515151. Windows color (decimal): -12559041 or 4152640. OLE color: 4152640.
HSL color Cylindrical-coordinate representation of color #405D3F: hue angle of 118º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #405D3F is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 93 | 63 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.64 |
| HSL | 118º | 0.19% | 0.31% | - |
| HSV(B) | 118º | 0.32% | 0.36% | - |
| XYZ | 6.93 | 9.28 | 6.13 | - |
| YUV | 80.91 | 117.89 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 63 | 0.31 | 0 | 0.32 | 0.64 | 118 | 0.19 | 0.31 |
| Hex | 40 | 5D | 3F | 1F | 0 | 20 | 40 | 76 | 13 | 1F |
| Octal | 100 | 135 | 77 | 37 | 0 | 40 | 100 | 166 | 23 | 37 |
| Binary | 1000000 | 1011101 | 111111 | 11111 | 0 | 100000 | 1000000 | 1110110 | 10011 | 11111 |
Color Harmonies of #405D3F
Complementary color
Monochromatic Colors of #405D3F
Black with #405D3F
Text Example
Text Example
White with #405D3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D3F; }
p { color: rgb(64,93,63); }
H1.HeaderClassName
{
color: #405D3F;
}
.AnyTagClassName
{
color: #405D3F;
}
</style>
background-color css
<style>
a { background-color: #405D3F; }
a { background-color: rgb(64,93,63); }
div.DivClassName
{
background-color: #405D3F;
}
.BgClassName
{
background-color: #405D3F;
}
</style>
border-color css
<style>
span { border-color: #405D3F; }
span { border-color: rgb(64,93,63); }
td.TdClassName
{
border-color: #405D3F;
}
.TagClassName
{
border-color: #405D3F;
}
</style>