Shades of Grey-Asparagus #495D47
Tints of Grey-Asparagus #495D47
RGB
CMYK
RGB Variations
Color information
#495D47 (or 0x495D47) is known color: Grey-Asparagus. HEX triplet: 49, 5D and 47. RGB value is (73,93,71). Sum of RGB (Red+Green+Blue) = 73+93+71=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #495D47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D47 is #B6A2B8. Grayscale: #545454. Windows color (decimal): -11969209 or 4676937. OLE color: 4676937.
HSL color Cylindrical-coordinate representation of color #495D47: hue angle of 114.55º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #495D47 is Cyan = 0.22, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 71 | - |
| CMYK | 0.22 | 0 | 0.24 | 0.64 |
| HSL | 114.55º | 0.13% | 0.32% | - |
| HSV(B) | 114.55º | 0.24% | 0.36% | - |
| XYZ | 7.8 | 9.7 | 7.42 | - |
| YUV | 84.51 | 120.37 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 71 | 0.22 | 0 | 0.24 | 0.64 | 114.55 | 0.13 | 0.32 |
| Hex | 49 | 5D | 47 | 16 | 0 | 18 | 40 | 73 | D | 20 |
| Octal | 111 | 135 | 107 | 26 | 0 | 30 | 100 | 163 | 15 | 40 |
| Binary | 1001001 | 1011101 | 1000111 | 10110 | 0 | 11000 | 1000000 | 1110011 | 1101 | 100000 |
Color Harmonies of #495D47
Complementary color
Monochromatic Colors of #495D47
Black with #495D47
Text Example
Text Example
White with #495D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D47; }
p { color: rgb(73,93,71); }
H1.HeaderClassName
{
color: #495D47;
}
.AnyTagClassName
{
color: #495D47;
}
</style>
background-color css
<style>
a { background-color: #495D47; }
a { background-color: rgb(73,93,71); }
div.DivClassName
{
background-color: #495D47;
}
.BgClassName
{
background-color: #495D47;
}
</style>
border-color css
<style>
span { border-color: #495D47; }
span { border-color: rgb(73,93,71); }
td.TdClassName
{
border-color: #495D47;
}
.TagClassName
{
border-color: #495D47;
}
</style>