Shades of Grey-Asparagus #495F47
Tints of Grey-Asparagus #495F47
RGB
CMYK
RGB Variations
Color information
#495F47 (or 0x495F47) is known color: Grey-Asparagus. HEX triplet: 49, 5F and 47. RGB value is (73,95,71). Sum of RGB (Red+Green+Blue) = 73+95+71=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 71 (28.12% from 255 or 29.71% from 239); Max value from RGB is 95 - color contains mainly: green. Hex color #495F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495F47 is #B6A0B8. Grayscale: #555555. Windows color (decimal): -11968697 or 4677449. OLE color: 4677449.
HSL color Cylindrical-coordinate representation of color #495F47: hue angle of 115º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #495F47 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 95 | 71 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.63 |
| HSL | 115º | 0.14% | 0.33% | - |
| HSV(B) | 115º | 0.25% | 0.37% | - |
| XYZ | 7.98 | 10.06 | 7.48 | - |
| YUV | 85.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 95 | 71 | 0.23 | 0 | 0.25 | 0.63 | 115 | 0.14 | 0.33 |
| Hex | 49 | 5F | 47 | 17 | 0 | 19 | 3F | 73 | E | 21 |
| Octal | 111 | 137 | 107 | 27 | 0 | 31 | 77 | 163 | 16 | 41 |
| Binary | 1001001 | 1011111 | 1000111 | 10111 | 0 | 11001 | 111111 | 1110011 | 1110 | 100001 |
Color Harmonies of #495F47
Complementary color
Monochromatic Colors of #495F47
Black with #495F47
Text Example
Text Example
White with #495F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495F47; }
p { color: rgb(73,95,71); }
H1.HeaderClassName
{
color: #495F47;
}
.AnyTagClassName
{
color: #495F47;
}
</style>
background-color css
<style>
a { background-color: #495F47; }
a { background-color: rgb(73,95,71); }
div.DivClassName
{
background-color: #495F47;
}
.BgClassName
{
background-color: #495F47;
}
</style>
border-color css
<style>
span { border-color: #495F47; }
span { border-color: rgb(73,95,71); }
td.TdClassName
{
border-color: #495F47;
}
.TagClassName
{
border-color: #495F47;
}
</style>