Shades of Mineral Green #4E6C54
Tints of Mineral Green #4E6C54
RGB
CMYK
RGB Variations
Color information
#4E6C54 (or 0x4E6C54) is known color: Mineral Green. HEX triplet: 4E, 6C and 54. RGB value is (78,108,84). Sum of RGB (Red+Green+Blue) = 78+108+84=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 108 - color contains mainly: green. Hex color #4E6C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6C54 is #B193AB. Grayscale: #606060. Windows color (decimal): -11637676 or 5532750. OLE color: 5532750.
HSL color Cylindrical-coordinate representation of color #4E6C54: hue angle of 132º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E6C54 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 108 | 84 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.58 |
| HSL | 132º | 0.16% | 0.36% | - |
| HSV(B) | 132º | 0.28% | 0.42% | - |
| XYZ | 10.1 | 12.98 | 10.36 | - |
| YUV | 96.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 108 | 84 | 0.28 | 0 | 0.22 | 0.58 | 132 | 0.16 | 0.36 |
| Hex | 4E | 6C | 54 | 1C | 0 | 16 | 3A | 84 | 10 | 24 |
| Octal | 116 | 154 | 124 | 34 | 0 | 26 | 72 | 204 | 20 | 44 |
| Binary | 1001110 | 1101100 | 1010100 | 11100 | 0 | 10110 | 111010 | 10000100 | 10000 | 100100 |
Color Harmonies of #4E6C54
Complementary color
Monochromatic Colors of #4E6C54
Black with #4E6C54
Text Example
Text Example
White with #4E6C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6C54; }
p { color: rgb(78,108,84); }
H1.HeaderClassName
{
color: #4E6C54;
}
.AnyTagClassName
{
color: #4E6C54;
}
</style>
background-color css
<style>
a { background-color: #4E6C54; }
a { background-color: rgb(78,108,84); }
div.DivClassName
{
background-color: #4E6C54;
}
.BgClassName
{
background-color: #4E6C54;
}
</style>
border-color css
<style>
span { border-color: #4E6C54; }
span { border-color: rgb(78,108,84); }
td.TdClassName
{
border-color: #4E6C54;
}
.TagClassName
{
border-color: #4E6C54;
}
</style>