Shades of Mineral Green #4E5C51
Tints of Mineral Green #4E5C51
RGB
CMYK
RGB Variations
Color information
#4E5C51 (or 0x4E5C51) is known color: Mineral Green. HEX triplet: 4E, 5C and 51. RGB value is (78,92,81). Sum of RGB (Red+Green+Blue) = 78+92+81=251 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.08% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 81 (32.03% from 255 or 32.27% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #4E5C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5C51 is #B1A3AE. Grayscale: #565656. Windows color (decimal): -11641775 or 5332046. OLE color: 5332046.
HSL color Cylindrical-coordinate representation of color #4E5C51: hue angle of 132.86º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E5C51 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 92 | 81 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.64 |
| HSL | 132.86º | 0.08% | 0.33% | - |
| HSV(B) | 132.86º | 0.15% | 0.36% | - |
| XYZ | 8.45 | 9.87 | 9.24 | - |
| YUV | 86.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 92 | 81 | 0.15 | 0 | 0.12 | 0.64 | 132.86 | 0.08 | 0.33 |
| Hex | 4E | 5C | 51 | F | 0 | C | 40 | 85 | 8 | 21 |
| Octal | 116 | 134 | 121 | 17 | 0 | 14 | 100 | 205 | 10 | 41 |
| Binary | 1001110 | 1011100 | 1010001 | 1111 | 0 | 1100 | 1000000 | 10000101 | 1000 | 100001 |
Color Harmonies of #4E5C51
Complementary color
Monochromatic Colors of #4E5C51
Black with #4E5C51
Text Example
Text Example
White with #4E5C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5C51; }
p { color: rgb(78,92,81); }
H1.HeaderClassName
{
color: #4E5C51;
}
.AnyTagClassName
{
color: #4E5C51;
}
</style>
background-color css
<style>
a { background-color: #4E5C51; }
a { background-color: rgb(78,92,81); }
div.DivClassName
{
background-color: #4E5C51;
}
.BgClassName
{
background-color: #4E5C51;
}
</style>
border-color css
<style>
span { border-color: #4E5C51; }
span { border-color: rgb(78,92,81); }
td.TdClassName
{
border-color: #4E5C51;
}
.TagClassName
{
border-color: #4E5C51;
}
</style>