Shades of Mineral Green #496A54
Tints of Mineral Green #496A54
RGB
CMYK
RGB Variations
Color information
#496A54 (or 0x496A54) is known color: Mineral Green. HEX triplet: 49, 6A and 54. RGB value is (73,106,84). Sum of RGB (Red+Green+Blue) = 73+106+84=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 106 (41.80% from 255 or 40.30% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 106 - color contains mainly: green. Hex color #496A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A54 is #B695AB. Grayscale: #5D5D5D. Windows color (decimal): -11965868 or 5532233. OLE color: 5532233.
HSL color Cylindrical-coordinate representation of color #496A54: hue angle of 140º 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 #496A54 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 106 | 84 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.58 |
| HSL | 140º | 0.18% | 0.35% | - |
| HSV(B) | 140º | 0.31% | 0.42% | - |
| XYZ | 9.5 | 12.36 | 10.27 | - |
| YUV | 93.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 106 | 84 | 0.31 | 0 | 0.21 | 0.58 | 140 | 0.18 | 0.35 |
| Hex | 49 | 6A | 54 | 1F | 0 | 15 | 3A | 8C | 12 | 23 |
| Octal | 111 | 152 | 124 | 37 | 0 | 25 | 72 | 214 | 22 | 43 |
| Binary | 1001001 | 1101010 | 1010100 | 11111 | 0 | 10101 | 111010 | 10001100 | 10010 | 100011 |
Color Harmonies of #496A54
Complementary color
Monochromatic Colors of #496A54
Black with #496A54
Text Example
Text Example
White with #496A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496A54; }
p { color: rgb(73,106,84); }
H1.HeaderClassName
{
color: #496A54;
}
.AnyTagClassName
{
color: #496A54;
}
</style>
background-color css
<style>
a { background-color: #496A54; }
a { background-color: rgb(73,106,84); }
div.DivClassName
{
background-color: #496A54;
}
.BgClassName
{
background-color: #496A54;
}
</style>
border-color css
<style>
span { border-color: #496A54; }
span { border-color: rgb(73,106,84); }
td.TdClassName
{
border-color: #496A54;
}
.TagClassName
{
border-color: #496A54;
}
</style>