Shades of Grey-Asparagus #495747
Tints of Grey-Asparagus #495747
RGB
CMYK
RGB Variations
Color information
#495747 (or 0x495747) is known color: Grey-Asparagus. HEX triplet: 49, 57 and 47. RGB value is (73,87,71). Sum of RGB (Red+Green+Blue) = 73+87+71=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 87 - color contains mainly: green. Hex color #495747 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495747 is #B6A8B8. Grayscale: #515151. Windows color (decimal): -11970745 or 4675401. OLE color: 4675401.
HSL color Cylindrical-coordinate representation of color #495747: hue angle of 112.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495747 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 71 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.66 |
| HSL | 112.5º | 0.1% | 0.31% | - |
| HSV(B) | 112.5º | 0.18% | 0.34% | - |
| XYZ | 7.29 | 8.69 | 7.25 | - |
| YUV | 80.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 71 | 0.16 | 0 | 0.18 | 0.66 | 112.5 | 0.1 | 0.31 |
| Hex | 49 | 57 | 47 | 10 | 0 | 12 | 42 | 70 | A | 1F |
| Octal | 111 | 127 | 107 | 20 | 0 | 22 | 102 | 160 | 12 | 37 |
| Binary | 1001001 | 1010111 | 1000111 | 10000 | 0 | 10010 | 1000010 | 1110000 | 1010 | 11111 |
Color Harmonies of #495747
Complementary color
Monochromatic Colors of #495747
Black with #495747
Text Example
Text Example
White with #495747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495747; }
p { color: rgb(73,87,71); }
H1.HeaderClassName
{
color: #495747;
}
.AnyTagClassName
{
color: #495747;
}
</style>
background-color css
<style>
a { background-color: #495747; }
a { background-color: rgb(73,87,71); }
div.DivClassName
{
background-color: #495747;
}
.BgClassName
{
background-color: #495747;
}
</style>
border-color css
<style>
span { border-color: #495747; }
span { border-color: rgb(73,87,71); }
td.TdClassName
{
border-color: #495747;
}
.TagClassName
{
border-color: #495747;
}
</style>