Shades of Grey-Asparagus #495947
Tints of Grey-Asparagus #495947
RGB
CMYK
RGB Variations
Color information
#495947 (or 0x495947) is known color: Grey-Asparagus. HEX triplet: 49, 59 and 47. RGB value is (73,89,71). Sum of RGB (Red+Green+Blue) = 73+89+71=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 89 - color contains mainly: green. Hex color #495947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495947 is #B6A6B8. Grayscale: #525252. Windows color (decimal): -11970233 or 4675913. OLE color: 4675913.
HSL color Cylindrical-coordinate representation of color #495947: hue angle of 113.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #495947 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 89 | 71 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.65 |
| HSL | 113.33º | 0.11% | 0.31% | - |
| HSV(B) | 113.33º | 0.2% | 0.35% | - |
| XYZ | 7.46 | 9.02 | 7.31 | - |
| YUV | 82.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 71 | 0.18 | 0 | 0.20 | 0.65 | 113.33 | 0.11 | 0.31 |
| Hex | 49 | 59 | 47 | 12 | 0 | 14 | 41 | 71 | B | 1F |
| Octal | 111 | 131 | 107 | 22 | 0 | 24 | 101 | 161 | 13 | 37 |
| Binary | 1001001 | 1011001 | 1000111 | 10010 | 0 | 10100 | 1000001 | 1110001 | 1011 | 11111 |
Color Harmonies of #495947
Complementary color
Monochromatic Colors of #495947
Black with #495947
Text Example
Text Example
White with #495947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495947; }
p { color: rgb(73,89,71); }
H1.HeaderClassName
{
color: #495947;
}
.AnyTagClassName
{
color: #495947;
}
</style>
background-color css
<style>
a { background-color: #495947; }
a { background-color: rgb(73,89,71); }
div.DivClassName
{
background-color: #495947;
}
.BgClassName
{
background-color: #495947;
}
</style>
border-color css
<style>
span { border-color: #495947; }
span { border-color: rgb(73,89,71); }
td.TdClassName
{
border-color: #495947;
}
.TagClassName
{
border-color: #495947;
}
</style>