Shades of Mineral Green #49624E
Tints of Mineral Green #49624E
RGB
CMYK
RGB Variations
Color information
#49624E (or 0x49624E) is known color: Mineral Green. HEX triplet: 49, 62 and 4E. RGB value is (73,98,78). Sum of RGB (Red+Green+Blue) = 73+98+78=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 98 - color contains mainly: green. Hex color #49624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49624E is #B69DB1. Grayscale: #585858. Windows color (decimal): -11967922 or 5136969. OLE color: 5136969.
HSL color Cylindrical-coordinate representation of color #49624E: hue angle of 132º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49624E is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 98 | 78 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.62 |
| HSL | 132º | 0.15% | 0.34% | - |
| HSV(B) | 132º | 0.26% | 0.38% | - |
| XYZ | 8.49 | 10.7 | 8.83 | - |
| YUV | 88.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 98 | 78 | 0.26 | 0 | 0.20 | 0.62 | 132 | 0.15 | 0.34 |
| Hex | 49 | 62 | 4E | 1A | 0 | 14 | 3E | 84 | F | 22 |
| Octal | 111 | 142 | 116 | 32 | 0 | 24 | 76 | 204 | 17 | 42 |
| Binary | 1001001 | 1100010 | 1001110 | 11010 | 0 | 10100 | 111110 | 10000100 | 1111 | 100010 |
Color Harmonies of #49624E
Complementary color
Monochromatic Colors of #49624E
Black with #49624E
Text Example
Text Example
White with #49624E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49624E; }
p { color: rgb(73,98,78); }
H1.HeaderClassName
{
color: #49624E;
}
.AnyTagClassName
{
color: #49624E;
}
</style>
background-color css
<style>
a { background-color: #49624E; }
a { background-color: rgb(73,98,78); }
div.DivClassName
{
background-color: #49624E;
}
.BgClassName
{
background-color: #49624E;
}
</style>
border-color css
<style>
span { border-color: #49624E; }
span { border-color: rgb(73,98,78); }
td.TdClassName
{
border-color: #49624E;
}
.TagClassName
{
border-color: #49624E;
}
</style>