Shades of Mineral Green #496A55
Tints of Mineral Green #496A55
RGB
CMYK
RGB Variations
Color information
#496A55 (or 0x496A55) is known color: Mineral Green. HEX triplet: 49, 6A and 55. RGB value is (73,106,85). Sum of RGB (Red+Green+Blue) = 73+106+85=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 106 (41.80% from 255 or 40.15% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 106 - color contains mainly: green. Hex color #496A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A55 is #B695AA. Grayscale: #5D5D5D. Windows color (decimal): -11965867 or 5597769. OLE color: 5597769.
HSL color Cylindrical-coordinate representation of color #496A55: hue angle of 141.82º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #496A55 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 106 | 85 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.58 |
| HSL | 141.82º | 0.18% | 0.35% | - |
| HSV(B) | 141.82º | 0.31% | 0.42% | - |
| XYZ | 9.54 | 12.38 | 10.48 | - |
| YUV | 93.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 85 | 0.31 | 0 | 0.20 | 0.58 | 141.82 | 0.18 | 0.35 |
| Hex | 49 | 6A | 55 | 1F | 0 | 14 | 3A | 8E | 12 | 23 |
| Octal | 111 | 152 | 125 | 37 | 0 | 24 | 72 | 216 | 22 | 43 |
| Binary | 1001001 | 1101010 | 1010101 | 11111 | 0 | 10100 | 111010 | 10001110 | 10010 | 100011 |
Color Harmonies of #496A55
Complementary color
Monochromatic Colors of #496A55
Black with #496A55
Text Example
Text Example
White with #496A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496A55; }
p { color: rgb(73,106,85); }
H1.HeaderClassName
{
color: #496A55;
}
.AnyTagClassName
{
color: #496A55;
}
</style>
background-color css
<style>
a { background-color: #496A55; }
a { background-color: rgb(73,106,85); }
div.DivClassName
{
background-color: #496A55;
}
.BgClassName
{
background-color: #496A55;
}
</style>
border-color css
<style>
span { border-color: #496A55; }
span { border-color: rgb(73,106,85); }
td.TdClassName
{
border-color: #496A55;
}
.TagClassName
{
border-color: #496A55;
}
</style>