Shades of Mineral Green #4E5D51
Tints of Mineral Green #4E5D51
RGB
CMYK
RGB Variations
Color information
#4E5D51 (or 0x4E5D51) is known color: Mineral Green. HEX triplet: 4E, 5D and 51. RGB value is (78,93,81). Sum of RGB (Red+Green+Blue) = 78+93+81=252 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.95% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 93 - color contains mainly: green. Hex color #4E5D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5D51 is #B1A2AE. Grayscale: #575757. Windows color (decimal): -11641519 or 5332302. OLE color: 5332302.
HSL color Cylindrical-coordinate representation of color #4E5D51: hue angle of 132º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4E5D51 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 93 | 81 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.64 |
| HSL | 132º | 0.09% | 0.34% | - |
| HSV(B) | 132º | 0.16% | 0.36% | - |
| XYZ | 8.54 | 10.04 | 9.27 | - |
| YUV | 87.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 81 | 0.16 | 0 | 0.13 | 0.64 | 132 | 0.09 | 0.34 |
| Hex | 4E | 5D | 51 | 10 | 0 | D | 40 | 84 | 9 | 22 |
| Octal | 116 | 135 | 121 | 20 | 0 | 15 | 100 | 204 | 11 | 42 |
| Binary | 1001110 | 1011101 | 1010001 | 10000 | 0 | 1101 | 1000000 | 10000100 | 1001 | 100010 |
Color Harmonies of #4E5D51
Complementary color
Monochromatic Colors of #4E5D51
Black with #4E5D51
Text Example
Text Example
White with #4E5D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5D51; }
p { color: rgb(78,93,81); }
H1.HeaderClassName
{
color: #4E5D51;
}
.AnyTagClassName
{
color: #4E5D51;
}
</style>
background-color css
<style>
a { background-color: #4E5D51; }
a { background-color: rgb(78,93,81); }
div.DivClassName
{
background-color: #4E5D51;
}
.BgClassName
{
background-color: #4E5D51;
}
</style>
border-color css
<style>
span { border-color: #4E5D51; }
span { border-color: rgb(78,93,81); }
td.TdClassName
{
border-color: #4E5D51;
}
.TagClassName
{
border-color: #4E5D51;
}
</style>