Shades of Mineral Green #4E6D58
Tints of Mineral Green #4E6D58
RGB
CMYK
RGB Variations
Color information
#4E6D58 (or 0x4E6D58) is known color: Mineral Green. HEX triplet: 4E, 6D and 58. RGB value is (78,109,88). Sum of RGB (Red+Green+Blue) = 78+109+88=275 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.36% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #4E6D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6D58 is #B192A7. Grayscale: #616161. Windows color (decimal): -11637416 or 5795150. OLE color: 5795150.
HSL color Cylindrical-coordinate representation of color #4E6D58: hue angle of 139.35º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E6D58 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 78 | 109 | 88 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.57 |
| HSL | 139.35º | 0.17% | 0.37% | - |
| HSV(B) | 139.35º | 0.28% | 0.43% | - |
| XYZ | 10.37 | 13.26 | 11.25 | - |
| YUV | 97.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 109 | 88 | 0.28 | 0 | 0.19 | 0.57 | 139.35 | 0.17 | 0.37 |
| Hex | 4E | 6D | 58 | 1C | 0 | 13 | 39 | 8B | 11 | 25 |
| Octal | 116 | 155 | 130 | 34 | 0 | 23 | 71 | 213 | 21 | 45 |
| Binary | 1001110 | 1101101 | 1011000 | 11100 | 0 | 10011 | 111001 | 10001011 | 10001 | 100101 |
Color Harmonies of #4E6D58
Complementary color
Monochromatic Colors of #4E6D58
Black with #4E6D58
Text Example
Text Example
White with #4E6D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6D58; }
p { color: rgb(78,109,88); }
H1.HeaderClassName
{
color: #4E6D58;
}
.AnyTagClassName
{
color: #4E6D58;
}
</style>
background-color css
<style>
a { background-color: #4E6D58; }
a { background-color: rgb(78,109,88); }
div.DivClassName
{
background-color: #4E6D58;
}
.BgClassName
{
background-color: #4E6D58;
}
</style>
border-color css
<style>
span { border-color: #4E6D58; }
span { border-color: rgb(78,109,88); }
td.TdClassName
{
border-color: #4E6D58;
}
.TagClassName
{
border-color: #4E6D58;
}
</style>