Shades of Grey-Asparagus #405542
Tints of Grey-Asparagus #405542
RGB
CMYK
RGB Variations
Color information
#405542 (or 0x405542) is known color: Grey-Asparagus. HEX triplet: 40, 55 and 42. RGB value is (64,85,66). Sum of RGB (Red+Green+Blue) = 64+85+66=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #405542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405542 is #BFAABD. Grayscale: #4C4C4C. Windows color (decimal): -12561086 or 4347200. OLE color: 4347200.
HSL color Cylindrical-coordinate representation of color #405542: hue angle of 125.71º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #405542 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 66 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.67 |
| HSL | 125.71º | 0.14% | 0.29% | - |
| HSV(B) | 125.71º | 0.25% | 0.33% | - |
| XYZ | 6.35 | 7.98 | 6.36 | - |
| YUV | 76.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 66 | 0.25 | 0 | 0.22 | 0.67 | 125.71 | 0.14 | 0.29 |
| Hex | 40 | 55 | 42 | 19 | 0 | 16 | 43 | 7E | E | 1D |
| Octal | 100 | 125 | 102 | 31 | 0 | 26 | 103 | 176 | 16 | 35 |
| Binary | 1000000 | 1010101 | 1000010 | 11001 | 0 | 10110 | 1000011 | 1111110 | 1110 | 11101 |
Color Harmonies of #405542
Complementary color
Monochromatic Colors of #405542
Black with #405542
Text Example
Text Example
White with #405542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405542; }
p { color: rgb(64,85,66); }
H1.HeaderClassName
{
color: #405542;
}
.AnyTagClassName
{
color: #405542;
}
</style>
background-color css
<style>
a { background-color: #405542; }
a { background-color: rgb(64,85,66); }
div.DivClassName
{
background-color: #405542;
}
.BgClassName
{
background-color: #405542;
}
</style>
border-color css
<style>
span { border-color: #405542; }
span { border-color: rgb(64,85,66); }
td.TdClassName
{
border-color: #405542;
}
.TagClassName
{
border-color: #405542;
}
</style>