Shades of Mineral Green #49604D
Tints of Mineral Green #49604D
RGB
CMYK
RGB Variations
Color information
#49604D (or 0x49604D) is known color: Mineral Green. HEX triplet: 49, 60 and 4D. RGB value is (73,96,77). Sum of RGB (Red+Green+Blue) = 73+96+77=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #49604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49604D is #B69FB2. Grayscale: #575757. Windows color (decimal): -11968435 or 5070921. OLE color: 5070921.
HSL color Cylindrical-coordinate representation of color #49604D: hue angle of 130.43º 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 #49604D is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 96 | 77 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.62 |
| HSL | 130.43º | 0.14% | 0.33% | - |
| HSV(B) | 130.43º | 0.24% | 0.38% | - |
| XYZ | 8.27 | 10.32 | 8.58 | - |
| YUV | 86.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 96 | 77 | 0.24 | 0 | 0.20 | 0.62 | 130.43 | 0.14 | 0.33 |
| Hex | 49 | 60 | 4D | 18 | 0 | 14 | 3E | 82 | E | 21 |
| Octal | 111 | 140 | 115 | 30 | 0 | 24 | 76 | 202 | 16 | 41 |
| Binary | 1001001 | 1100000 | 1001101 | 11000 | 0 | 10100 | 111110 | 10000010 | 1110 | 100001 |
Color Harmonies of #49604D
Complementary color
Monochromatic Colors of #49604D
Black with #49604D
Text Example
Text Example
White with #49604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49604D; }
p { color: rgb(73,96,77); }
H1.HeaderClassName
{
color: #49604D;
}
.AnyTagClassName
{
color: #49604D;
}
</style>
background-color css
<style>
a { background-color: #49604D; }
a { background-color: rgb(73,96,77); }
div.DivClassName
{
background-color: #49604D;
}
.BgClassName
{
background-color: #49604D;
}
</style>
border-color css
<style>
span { border-color: #49604D; }
span { border-color: rgb(73,96,77); }
td.TdClassName
{
border-color: #49604D;
}
.TagClassName
{
border-color: #49604D;
}
</style>