Shades of Mineral Green #49674E
Tints of Mineral Green #49674E
RGB
CMYK
RGB Variations
Color information
#49674E (or 0x49674E) is known color: Mineral Green. HEX triplet: 49, 67 and 4E. RGB value is (73,103,78). Sum of RGB (Red+Green+Blue) = 73+103+78=254 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.74% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #49674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49674E is #B698B1. Grayscale: #5B5B5B. Windows color (decimal): -11966642 or 5138249. OLE color: 5138249.
HSL color Cylindrical-coordinate representation of color #49674E: hue angle of 130º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49674E is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 103 | 78 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.60 |
| HSL | 130º | 0.17% | 0.35% | - |
| HSV(B) | 130º | 0.29% | 0.4% | - |
| XYZ | 8.97 | 11.67 | 8.99 | - |
| YUV | 91.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 103 | 78 | 0.29 | 0 | 0.24 | 0.60 | 130 | 0.17 | 0.35 |
| Hex | 49 | 67 | 4E | 1D | 0 | 18 | 3C | 82 | 11 | 23 |
| Octal | 111 | 147 | 116 | 35 | 0 | 30 | 74 | 202 | 21 | 43 |
| Binary | 1001001 | 1100111 | 1001110 | 11101 | 0 | 11000 | 111100 | 10000010 | 10001 | 100011 |
Color Harmonies of #49674E
Complementary color
Monochromatic Colors of #49674E
Black with #49674E
Text Example
Text Example
White with #49674E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49674E; }
p { color: rgb(73,103,78); }
H1.HeaderClassName
{
color: #49674E;
}
.AnyTagClassName
{
color: #49674E;
}
</style>
background-color css
<style>
a { background-color: #49674E; }
a { background-color: rgb(73,103,78); }
div.DivClassName
{
background-color: #49674E;
}
.BgClassName
{
background-color: #49674E;
}
</style>
border-color css
<style>
span { border-color: #49674E; }
span { border-color: rgb(73,103,78); }
td.TdClassName
{
border-color: #49674E;
}
.TagClassName
{
border-color: #49674E;
}
</style>