Shades of Mineral Green #49614D
Tints of Mineral Green #49614D
RGB
CMYK
RGB Variations
Color information
#49614D (or 0x49614D) is known color: Mineral Green. HEX triplet: 49, 61 and 4D. RGB value is (73,97,77). Sum of RGB (Red+Green+Blue) = 73+97+77=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 77 (30.47% from 255 or 31.17% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #49614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49614D is #B69EB2. Grayscale: #575757. Windows color (decimal): -11968179 or 5071177. OLE color: 5071177.
HSL color Cylindrical-coordinate representation of color #49614D: hue angle of 130º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #49614D is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 97 | 77 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.62 |
| HSL | 130º | 0.14% | 0.33% | - |
| HSV(B) | 130º | 0.25% | 0.38% | - |
| XYZ | 8.36 | 10.5 | 8.61 | - |
| YUV | 87.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 97 | 77 | 0.25 | 0 | 0.21 | 0.62 | 130 | 0.14 | 0.33 |
| Hex | 49 | 61 | 4D | 19 | 0 | 15 | 3E | 82 | E | 21 |
| Octal | 111 | 141 | 115 | 31 | 0 | 25 | 76 | 202 | 16 | 41 |
| Binary | 1001001 | 1100001 | 1001101 | 11001 | 0 | 10101 | 111110 | 10000010 | 1110 | 100001 |
Color Harmonies of #49614D
Complementary color
Monochromatic Colors of #49614D
Black with #49614D
Text Example
Text Example
White with #49614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49614D; }
p { color: rgb(73,97,77); }
H1.HeaderClassName
{
color: #49614D;
}
.AnyTagClassName
{
color: #49614D;
}
</style>
background-color css
<style>
a { background-color: #49614D; }
a { background-color: rgb(73,97,77); }
div.DivClassName
{
background-color: #49614D;
}
.BgClassName
{
background-color: #49614D;
}
</style>
border-color css
<style>
span { border-color: #49614D; }
span { border-color: rgb(73,97,77); }
td.TdClassName
{
border-color: #49614D;
}
.TagClassName
{
border-color: #49614D;
}
</style>