Shades of Grey-Asparagus #405E3D
Tints of Grey-Asparagus #405E3D
RGB
CMYK
RGB Variations
Color information
#405E3D (or 0x405E3D) is known color: Grey-Asparagus. HEX triplet: 40, 5E and 3D. RGB value is (64,94,61). Sum of RGB (Red+Green+Blue) = 64+94+61=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 94 (37.11% from 255 or 42.92% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 94 - color contains mainly: green. Hex color #405E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405E3D is #BFA1C2. Grayscale: #515151. Windows color (decimal): -12558787 or 4021824. OLE color: 4021824.
HSL color Cylindrical-coordinate representation of color #405E3D: hue angle of 114.55º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405E3D is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 94 | 61 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.63 |
| HSL | 114.55º | 0.21% | 0.3% | - |
| HSV(B) | 114.55º | 0.35% | 0.37% | - |
| XYZ | 6.96 | 9.43 | 5.87 | - |
| YUV | 81.27 | 116.56 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 61 | 0.32 | 0 | 0.35 | 0.63 | 114.55 | 0.21 | 0.3 |
| Hex | 40 | 5E | 3D | 20 | 0 | 23 | 3F | 73 | 15 | 1E |
| Octal | 100 | 136 | 75 | 40 | 0 | 43 | 77 | 163 | 25 | 36 |
| Binary | 1000000 | 1011110 | 111101 | 100000 | 0 | 100011 | 111111 | 1110011 | 10101 | 11110 |
Color Harmonies of #405E3D
Complementary color
Monochromatic Colors of #405E3D
Black with #405E3D
Text Example
Text Example
White with #405E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405E3D; }
p { color: rgb(64,94,61); }
H1.HeaderClassName
{
color: #405E3D;
}
.AnyTagClassName
{
color: #405E3D;
}
</style>
background-color css
<style>
a { background-color: #405E3D; }
a { background-color: rgb(64,94,61); }
div.DivClassName
{
background-color: #405E3D;
}
.BgClassName
{
background-color: #405E3D;
}
</style>
border-color css
<style>
span { border-color: #405E3D; }
span { border-color: rgb(64,94,61); }
td.TdClassName
{
border-color: #405E3D;
}
.TagClassName
{
border-color: #405E3D;
}
</style>