Shades of Mineral Green #49604E
Tints of Mineral Green #49604E
RGB
CMYK
RGB Variations
Color information
#49604E (or 0x49604E) is known color: Mineral Green. HEX triplet: 49, 60 and 4E. RGB value is (73,96,78). Sum of RGB (Red+Green+Blue) = 73+96+78=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 96 - color contains mainly: green. Hex color #49604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49604E is #B69FB1. Grayscale: #575757. Windows color (decimal): -11968434 or 5136457. OLE color: 5136457.
HSL color Cylindrical-coordinate representation of color #49604E: hue angle of 133.04º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49604E is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 96 | 78 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.62 |
| HSL | 133.04º | 0.14% | 0.33% | - |
| HSV(B) | 133.04º | 0.24% | 0.38% | - |
| XYZ | 8.31 | 10.33 | 8.76 | - |
| YUV | 87.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 78 | 0.24 | 0 | 0.19 | 0.62 | 133.04 | 0.14 | 0.33 |
| Hex | 49 | 60 | 4E | 18 | 0 | 13 | 3E | 85 | E | 21 |
| Octal | 111 | 140 | 116 | 30 | 0 | 23 | 76 | 205 | 16 | 41 |
| Binary | 1001001 | 1100000 | 1001110 | 11000 | 0 | 10011 | 111110 | 10000101 | 1110 | 100001 |
Color Harmonies of #49604E
Complementary color
Monochromatic Colors of #49604E
Black with #49604E
Text Example
Text Example
White with #49604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49604E; }
p { color: rgb(73,96,78); }
H1.HeaderClassName
{
color: #49604E;
}
.AnyTagClassName
{
color: #49604E;
}
</style>
background-color css
<style>
a { background-color: #49604E; }
a { background-color: rgb(73,96,78); }
div.DivClassName
{
background-color: #49604E;
}
.BgClassName
{
background-color: #49604E;
}
</style>
border-color css
<style>
span { border-color: #49604E; }
span { border-color: rgb(73,96,78); }
td.TdClassName
{
border-color: #49604E;
}
.TagClassName
{
border-color: #49604E;
}
</style>