Shades of Mineral Green #49654E
Tints of Mineral Green #49654E
RGB
CMYK
RGB Variations
Color information
#49654E (or 0x49654E) is known color: Mineral Green. HEX triplet: 49, 65 and 4E. RGB value is (73,101,78). Sum of RGB (Red+Green+Blue) = 73+101+78=252 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.97% from 252); Green value is 101 (39.84% from 255 or 40.08% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 101 - color contains mainly: green. Hex color #49654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49654E is #B69AB1. Grayscale: #5A5A5A. Windows color (decimal): -11967154 or 5137737. OLE color: 5137737.
HSL color Cylindrical-coordinate representation of color #49654E: hue angle of 130.71º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #49654E is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 101 | 78 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.60 |
| HSL | 130.71º | 0.16% | 0.34% | - |
| HSV(B) | 130.71º | 0.28% | 0.4% | - |
| XYZ | 8.78 | 11.27 | 8.92 | - |
| YUV | 90.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 101 | 78 | 0.28 | 0 | 0.23 | 0.60 | 130.71 | 0.16 | 0.34 |
| Hex | 49 | 65 | 4E | 1C | 0 | 17 | 3C | 83 | 10 | 22 |
| Octal | 111 | 145 | 116 | 34 | 0 | 27 | 74 | 203 | 20 | 42 |
| Binary | 1001001 | 1100101 | 1001110 | 11100 | 0 | 10111 | 111100 | 10000011 | 10000 | 100010 |
Color Harmonies of #49654E
Complementary color
Monochromatic Colors of #49654E
Black with #49654E
Text Example
Text Example
White with #49654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49654E; }
p { color: rgb(73,101,78); }
H1.HeaderClassName
{
color: #49654E;
}
.AnyTagClassName
{
color: #49654E;
}
</style>
background-color css
<style>
a { background-color: #49654E; }
a { background-color: rgb(73,101,78); }
div.DivClassName
{
background-color: #49654E;
}
.BgClassName
{
background-color: #49654E;
}
</style>
border-color css
<style>
span { border-color: #49654E; }
span { border-color: rgb(73,101,78); }
td.TdClassName
{
border-color: #49654E;
}
.TagClassName
{
border-color: #49654E;
}
</style>