Shades of Mineral Green #4E5950
Tints of Mineral Green #4E5950
RGB
CMYK
RGB Variations
Color information
#4E5950 (or 0x4E5950) is known color: Mineral Green. HEX triplet: 4E, 59 and 50. RGB value is (78,89,80). Sum of RGB (Red+Green+Blue) = 78+89+80=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 89 (35.16% from 255 or 36.03% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 89 - color contains mainly: green. Hex color #4E5950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5950 is #B1A6AF. Grayscale: #545454. Windows color (decimal): -11642544 or 5265742. OLE color: 5265742.
HSL color Cylindrical-coordinate representation of color #4E5950: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E5950 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 89 | 80 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.65 |
| HSL | 130.91º | 0.07% | 0.33% | - |
| HSV(B) | 130.91º | 0.12% | 0.35% | - |
| XYZ | 8.16 | 9.34 | 8.96 | - |
| YUV | 84.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 80 | 0.12 | 0 | 0.10 | 0.65 | 130.91 | 0.07 | 0.33 |
| Hex | 4E | 59 | 50 | C | 0 | A | 41 | 83 | 7 | 21 |
| Octal | 116 | 131 | 120 | 14 | 0 | 12 | 101 | 203 | 7 | 41 |
| Binary | 1001110 | 1011001 | 1010000 | 1100 | 0 | 1010 | 1000001 | 10000011 | 111 | 100001 |
Color Harmonies of #4E5950
Complementary color
Monochromatic Colors of #4E5950
Black with #4E5950
Text Example
Text Example
White with #4E5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5950; }
p { color: rgb(78,89,80); }
H1.HeaderClassName
{
color: #4E5950;
}
.AnyTagClassName
{
color: #4E5950;
}
</style>
background-color css
<style>
a { background-color: #4E5950; }
a { background-color: rgb(78,89,80); }
div.DivClassName
{
background-color: #4E5950;
}
.BgClassName
{
background-color: #4E5950;
}
</style>
border-color css
<style>
span { border-color: #4E5950; }
span { border-color: rgb(78,89,80); }
td.TdClassName
{
border-color: #4E5950;
}
.TagClassName
{
border-color: #4E5950;
}
</style>