Shades of Grey-Asparagus #495D48
Tints of Grey-Asparagus #495D48
RGB
CMYK
RGB Variations
Color information
#495D48 (or 0x495D48) is known color: Grey-Asparagus. HEX triplet: 49, 5D and 48. RGB value is (73,93,72). Sum of RGB (Red+Green+Blue) = 73+93+72=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 93 - color contains mainly: green. Hex color #495D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495D48 is #B6A2B7. Grayscale: #545454. Windows color (decimal): -11969208 or 4742473. OLE color: 4742473.
HSL color Cylindrical-coordinate representation of color #495D48: hue angle of 117.14º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495D48 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 93 | 72 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.64 |
| HSL | 117.14º | 0.13% | 0.32% | - |
| HSV(B) | 117.14º | 0.23% | 0.36% | - |
| XYZ | 7.83 | 9.71 | 7.59 | - |
| YUV | 84.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 93 | 72 | 0.22 | 0 | 0.23 | 0.64 | 117.14 | 0.13 | 0.32 |
| Hex | 49 | 5D | 48 | 16 | 0 | 17 | 40 | 75 | D | 20 |
| Octal | 111 | 135 | 110 | 26 | 0 | 27 | 100 | 165 | 15 | 40 |
| Binary | 1001001 | 1011101 | 1001000 | 10110 | 0 | 10111 | 1000000 | 1110101 | 1101 | 100000 |
Color Harmonies of #495D48
Complementary color
Monochromatic Colors of #495D48
Black with #495D48
Text Example
Text Example
White with #495D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495D48; }
p { color: rgb(73,93,72); }
H1.HeaderClassName
{
color: #495D48;
}
.AnyTagClassName
{
color: #495D48;
}
</style>
background-color css
<style>
a { background-color: #495D48; }
a { background-color: rgb(73,93,72); }
div.DivClassName
{
background-color: #495D48;
}
.BgClassName
{
background-color: #495D48;
}
</style>
border-color css
<style>
span { border-color: #495D48; }
span { border-color: rgb(73,93,72); }
td.TdClassName
{
border-color: #495D48;
}
.TagClassName
{
border-color: #495D48;
}
</style>