Shades of Grey-Asparagus #405C41
Tints of Grey-Asparagus #405C41
RGB
CMYK
RGB Variations
Color information
#405C41 (or 0x405C41) is known color: Grey-Asparagus. HEX triplet: 40, 5C and 41. RGB value is (64,92,65). Sum of RGB (Red+Green+Blue) = 64+92+65=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 92 - color contains mainly: green. Hex color #405C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405C41 is #BFA3BE. Grayscale: #505050. Windows color (decimal): -12559295 or 4283456. OLE color: 4283456.
HSL color Cylindrical-coordinate representation of color #405C41: hue angle of 122.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405C41 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 92 | 65 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.64 |
| HSL | 122.14º | 0.18% | 0.31% | - |
| HSV(B) | 122.14º | 0.3% | 0.36% | - |
| XYZ | 6.9 | 9.13 | 6.4 | - |
| YUV | 80.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 65 | 0.30 | 0 | 0.29 | 0.64 | 122.14 | 0.18 | 0.31 |
| Hex | 40 | 5C | 41 | 1E | 0 | 1D | 40 | 7A | 12 | 1F |
| Octal | 100 | 134 | 101 | 36 | 0 | 35 | 100 | 172 | 22 | 37 |
| Binary | 1000000 | 1011100 | 1000001 | 11110 | 0 | 11101 | 1000000 | 1111010 | 10010 | 11111 |
Color Harmonies of #405C41
Complementary color
Monochromatic Colors of #405C41
Black with #405C41
Text Example
Text Example
White with #405C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405C41; }
p { color: rgb(64,92,65); }
H1.HeaderClassName
{
color: #405C41;
}
.AnyTagClassName
{
color: #405C41;
}
</style>
background-color css
<style>
a { background-color: #405C41; }
a { background-color: rgb(64,92,65); }
div.DivClassName
{
background-color: #405C41;
}
.BgClassName
{
background-color: #405C41;
}
</style>
border-color css
<style>
span { border-color: #405C41; }
span { border-color: rgb(64,92,65); }
td.TdClassName
{
border-color: #405C41;
}
.TagClassName
{
border-color: #405C41;
}
</style>