Shades of Mineral Green #4E6958
Tints of Mineral Green #4E6958
RGB
CMYK
RGB Variations
Color information
#4E6958 (or 0x4E6958) is known color: Mineral Green. HEX triplet: 4E, 69 and 58. RGB value is (78,105,88). Sum of RGB (Red+Green+Blue) = 78+105+88=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #4E6958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6958 is #B196A7. Grayscale: #5F5F5F. Windows color (decimal): -11638440 or 5794126. OLE color: 5794126.
HSL color Cylindrical-coordinate representation of color #4E6958: hue angle of 142.22º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6958 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 105 | 88 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.59 |
| HSL | 142.22º | 0.15% | 0.36% | - |
| HSV(B) | 142.22º | 0.26% | 0.41% | - |
| XYZ | 9.95 | 12.43 | 11.11 | - |
| YUV | 94.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 105 | 88 | 0.26 | 0 | 0.16 | 0.59 | 142.22 | 0.15 | 0.36 |
| Hex | 4E | 69 | 58 | 1A | 0 | 10 | 3B | 8E | F | 24 |
| Octal | 116 | 151 | 130 | 32 | 0 | 20 | 73 | 216 | 17 | 44 |
| Binary | 1001110 | 1101001 | 1011000 | 11010 | 0 | 10000 | 111011 | 10001110 | 1111 | 100100 |
Color Harmonies of #4E6958
Complementary color
Monochromatic Colors of #4E6958
Black with #4E6958
Text Example
Text Example
White with #4E6958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6958; }
p { color: rgb(78,105,88); }
H1.HeaderClassName
{
color: #4E6958;
}
.AnyTagClassName
{
color: #4E6958;
}
</style>
background-color css
<style>
a { background-color: #4E6958; }
a { background-color: rgb(78,105,88); }
div.DivClassName
{
background-color: #4E6958;
}
.BgClassName
{
background-color: #4E6958;
}
</style>
border-color css
<style>
span { border-color: #4E6958; }
span { border-color: rgb(78,105,88); }
td.TdClassName
{
border-color: #4E6958;
}
.TagClassName
{
border-color: #4E6958;
}
</style>