Shades of Grey-Asparagus #405B41
Tints of Grey-Asparagus #405B41
RGB
CMYK
RGB Variations
Color information
#405B41 (or 0x405B41) is known color: Grey-Asparagus. HEX triplet: 40, 5B and 41. RGB value is (64,91,65). Sum of RGB (Red+Green+Blue) = 64+91+65=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #405B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405B41 is #BFA4BE. Grayscale: #505050. Windows color (decimal): -12559551 or 4283200. OLE color: 4283200.
HSL color Cylindrical-coordinate representation of color #405B41: hue angle of 122.22º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #405B41 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 65 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.64 |
| HSL | 122.22º | 0.17% | 0.3% | - |
| HSV(B) | 122.22º | 0.3% | 0.36% | - |
| XYZ | 6.81 | 8.95 | 6.37 | - |
| YUV | 79.96 | 119.55 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 65 | 0.30 | 0 | 0.29 | 0.64 | 122.22 | 0.17 | 0.3 |
| Hex | 40 | 5B | 41 | 1E | 0 | 1D | 40 | 7A | 11 | 1E |
| Octal | 100 | 133 | 101 | 36 | 0 | 35 | 100 | 172 | 21 | 36 |
| Binary | 1000000 | 1011011 | 1000001 | 11110 | 0 | 11101 | 1000000 | 1111010 | 10001 | 11110 |
Color Harmonies of #405B41
Complementary color
Monochromatic Colors of #405B41
Black with #405B41
Text Example
Text Example
White with #405B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B41; }
p { color: rgb(64,91,65); }
H1.HeaderClassName
{
color: #405B41;
}
.AnyTagClassName
{
color: #405B41;
}
</style>
background-color css
<style>
a { background-color: #405B41; }
a { background-color: rgb(64,91,65); }
div.DivClassName
{
background-color: #405B41;
}
.BgClassName
{
background-color: #405B41;
}
</style>
border-color css
<style>
span { border-color: #405B41; }
span { border-color: rgb(64,91,65); }
td.TdClassName
{
border-color: #405B41;
}
.TagClassName
{
border-color: #405B41;
}
</style>