Shades of Grey-Asparagus #495B47
Tints of Grey-Asparagus #495B47
RGB
CMYK
RGB Variations
Color information
#495B47 (or 0x495B47) is known color: Grey-Asparagus. HEX triplet: 49, 5B and 47. RGB value is (73,91,71). Sum of RGB (Red+Green+Blue) = 73+91+71=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 91 - color contains mainly: green. Hex color #495B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495B47 is #B6A4B8. Grayscale: #535353. Windows color (decimal): -11969721 or 4676425. OLE color: 4676425.
HSL color Cylindrical-coordinate representation of color #495B47: hue angle of 114º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495B47 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 91 | 71 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.64 |
| HSL | 114º | 0.12% | 0.32% | - |
| HSV(B) | 114º | 0.22% | 0.36% | - |
| XYZ | 7.63 | 9.35 | 7.36 | - |
| YUV | 83.34 | 121.04 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 91 | 71 | 0.20 | 0 | 0.22 | 0.64 | 114 | 0.12 | 0.32 |
| Hex | 49 | 5B | 47 | 14 | 0 | 16 | 40 | 72 | C | 20 |
| Octal | 111 | 133 | 107 | 24 | 0 | 26 | 100 | 162 | 14 | 40 |
| Binary | 1001001 | 1011011 | 1000111 | 10100 | 0 | 10110 | 1000000 | 1110010 | 1100 | 100000 |
Color Harmonies of #495B47
Complementary color
Monochromatic Colors of #495B47
Black with #495B47
Text Example
Text Example
White with #495B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495B47; }
p { color: rgb(73,91,71); }
H1.HeaderClassName
{
color: #495B47;
}
.AnyTagClassName
{
color: #495B47;
}
</style>
background-color css
<style>
a { background-color: #495B47; }
a { background-color: rgb(73,91,71); }
div.DivClassName
{
background-color: #495B47;
}
.BgClassName
{
background-color: #495B47;
}
</style>
border-color css
<style>
span { border-color: #495B47; }
span { border-color: rgb(73,91,71); }
td.TdClassName
{
border-color: #495B47;
}
.TagClassName
{
border-color: #495B47;
}
</style>