Shades of Grey-Asparagus #405C3D
Tints of Grey-Asparagus #405C3D
RGB
CMYK
RGB Variations
Color information
#405C3D (or 0x405C3D) is known color: Grey-Asparagus. HEX triplet: 40, 5C and 3D. RGB value is (64,92,61). Sum of RGB (Red+Green+Blue) = 64+92+61=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #405C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405C3D is #BFA3C2. Grayscale: #505050. Windows color (decimal): -12559299 or 4021312. OLE color: 4021312.
HSL color Cylindrical-coordinate representation of color #405C3D: hue angle of 114.19º degrees, saturation: 0.2, 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 #405C3D is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 92 | 61 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.64 |
| HSL | 114.19º | 0.2% | 0.3% | - |
| HSV(B) | 114.19º | 0.34% | 0.36% | - |
| XYZ | 6.78 | 9.08 | 5.81 | - |
| YUV | 80.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 61 | 0.30 | 0 | 0.34 | 0.64 | 114.19 | 0.2 | 0.3 |
| Hex | 40 | 5C | 3D | 1E | 0 | 22 | 40 | 72 | 14 | 1E |
| Octal | 100 | 134 | 75 | 36 | 0 | 42 | 100 | 162 | 24 | 36 |
| Binary | 1000000 | 1011100 | 111101 | 11110 | 0 | 100010 | 1000000 | 1110010 | 10100 | 11110 |
Color Harmonies of #405C3D
Complementary color
Monochromatic Colors of #405C3D
Black with #405C3D
Text Example
Text Example
White with #405C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C3D; }
p { color: rgb(64,92,61); }
H1.HeaderClassName
{
color: #405C3D;
}
.AnyTagClassName
{
color: #405C3D;
}
</style>
background-color css
<style>
a { background-color: #405C3D; }
a { background-color: rgb(64,92,61); }
div.DivClassName
{
background-color: #405C3D;
}
.BgClassName
{
background-color: #405C3D;
}
</style>
border-color css
<style>
span { border-color: #405C3D; }
span { border-color: rgb(64,92,61); }
td.TdClassName
{
border-color: #405C3D;
}
.TagClassName
{
border-color: #405C3D;
}
</style>