Shades of Grey-Asparagus #405D3D
Tints of Grey-Asparagus #405D3D
RGB
CMYK
RGB Variations
Color information
#405D3D (or 0x405D3D) is known color: Grey-Asparagus. HEX triplet: 40, 5D and 3D. RGB value is (64,93,61). Sum of RGB (Red+Green+Blue) = 64+93+61=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #405D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405D3D is #BFA2C2. Grayscale: #505050. Windows color (decimal): -12559043 or 4021568. OLE color: 4021568.
HSL color Cylindrical-coordinate representation of color #405D3D: hue angle of 114.38º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #405D3D is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 93 | 61 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.64 |
| HSL | 114.38º | 0.21% | 0.3% | - |
| HSV(B) | 114.38º | 0.34% | 0.36% | - |
| XYZ | 6.87 | 9.26 | 5.84 | - |
| YUV | 80.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 93 | 61 | 0.31 | 0 | 0.34 | 0.64 | 114.38 | 0.21 | 0.3 |
| Hex | 40 | 5D | 3D | 1F | 0 | 22 | 40 | 72 | 15 | 1E |
| Octal | 100 | 135 | 75 | 37 | 0 | 42 | 100 | 162 | 25 | 36 |
| Binary | 1000000 | 1011101 | 111101 | 11111 | 0 | 100010 | 1000000 | 1110010 | 10101 | 11110 |
Color Harmonies of #405D3D
Complementary color
Monochromatic Colors of #405D3D
Black with #405D3D
Text Example
Text Example
White with #405D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405D3D; }
p { color: rgb(64,93,61); }
H1.HeaderClassName
{
color: #405D3D;
}
.AnyTagClassName
{
color: #405D3D;
}
</style>
background-color css
<style>
a { background-color: #405D3D; }
a { background-color: rgb(64,93,61); }
div.DivClassName
{
background-color: #405D3D;
}
.BgClassName
{
background-color: #405D3D;
}
</style>
border-color css
<style>
span { border-color: #405D3D; }
span { border-color: rgb(64,93,61); }
td.TdClassName
{
border-color: #405D3D;
}
.TagClassName
{
border-color: #405D3D;
}
</style>