Shades of Grey-Asparagus #495A46
Tints of Grey-Asparagus #495A46
RGB
CMYK
RGB Variations
Color information
#495A46 (or 0x495A46) is known color: Grey-Asparagus. HEX triplet: 49, 5A and 46. RGB value is (73,90,70). Sum of RGB (Red+Green+Blue) = 73+90+70=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 90 - color contains mainly: green. Hex color #495A46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A46 is #B6A5B9. Grayscale: #525252. Windows color (decimal): -11969978 or 4610633. OLE color: 4610633.
HSL color Cylindrical-coordinate representation of color #495A46: hue angle of 111º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495A46 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 90 | 70 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.65 |
| HSL | 111º | 0.13% | 0.31% | - |
| HSV(B) | 111º | 0.22% | 0.35% | - |
| XYZ | 7.51 | 9.17 | 7.17 | - |
| YUV | 82.64 | 120.87 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 90 | 70 | 0.19 | 0 | 0.22 | 0.65 | 111 | 0.13 | 0.31 |
| Hex | 49 | 5A | 46 | 13 | 0 | 16 | 41 | 6F | C | 1F |
| Octal | 111 | 132 | 106 | 23 | 0 | 26 | 101 | 157 | 14 | 37 |
| Binary | 1001001 | 1011010 | 1000110 | 10011 | 0 | 10110 | 1000001 | 1101111 | 1100 | 11111 |
Color Harmonies of #495A46
Complementary color
Monochromatic Colors of #495A46
Black with #495A46
Text Example
Text Example
White with #495A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495A46; }
p { color: rgb(73,90,70); }
H1.HeaderClassName
{
color: #495A46;
}
.AnyTagClassName
{
color: #495A46;
}
</style>
background-color css
<style>
a { background-color: #495A46; }
a { background-color: rgb(73,90,70); }
div.DivClassName
{
background-color: #495A46;
}
.BgClassName
{
background-color: #495A46;
}
</style>
border-color css
<style>
span { border-color: #495A46; }
span { border-color: rgb(73,90,70); }
td.TdClassName
{
border-color: #495A46;
}
.TagClassName
{
border-color: #495A46;
}
</style>