Shades of Mineral Green #4E6854
Tints of Mineral Green #4E6854
RGB
CMYK
RGB Variations
Color information
#4E6854 (or 0x4E6854) is known color: Mineral Green. HEX triplet: 4E, 68 and 54. RGB value is (78,104,84). Sum of RGB (Red+Green+Blue) = 78+104+84=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6854 is #B197AB. Grayscale: #5D5D5D. Windows color (decimal): -11638700 or 5531726. OLE color: 5531726.
HSL color Cylindrical-coordinate representation of color #4E6854: hue angle of 133.85º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E6854 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 84 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.59 |
| HSL | 133.85º | 0.14% | 0.36% | - |
| HSV(B) | 133.85º | 0.25% | 0.41% | - |
| XYZ | 9.69 | 12.16 | 10.22 | - |
| YUV | 93.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 84 | 0.25 | 0 | 0.19 | 0.59 | 133.85 | 0.14 | 0.36 |
| Hex | 4E | 68 | 54 | 19 | 0 | 13 | 3B | 86 | E | 24 |
| Octal | 116 | 150 | 124 | 31 | 0 | 23 | 73 | 206 | 16 | 44 |
| Binary | 1001110 | 1101000 | 1010100 | 11001 | 0 | 10011 | 111011 | 10000110 | 1110 | 100100 |
Color Harmonies of #4E6854
Complementary color
Monochromatic Colors of #4E6854
Black with #4E6854
Text Example
Text Example
White with #4E6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6854; }
p { color: rgb(78,104,84); }
H1.HeaderClassName
{
color: #4E6854;
}
.AnyTagClassName
{
color: #4E6854;
}
</style>
background-color css
<style>
a { background-color: #4E6854; }
a { background-color: rgb(78,104,84); }
div.DivClassName
{
background-color: #4E6854;
}
.BgClassName
{
background-color: #4E6854;
}
</style>
border-color css
<style>
span { border-color: #4E6854; }
span { border-color: rgb(78,104,84); }
td.TdClassName
{
border-color: #4E6854;
}
.TagClassName
{
border-color: #4E6854;
}
</style>