Shades of Mineral Green #4E6A54
Tints of Mineral Green #4E6A54
RGB
CMYK
RGB Variations
Color information
#4E6A54 (or 0x4E6A54) is known color: Mineral Green. HEX triplet: 4E, 6A and 54. RGB value is (78,106,84). Sum of RGB (Red+Green+Blue) = 78+106+84=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 106 - color contains mainly: green. Hex color #4E6A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6A54 is #B195AB. Grayscale: #5F5F5F. Windows color (decimal): -11638188 or 5532238. OLE color: 5532238.
HSL color Cylindrical-coordinate representation of color #4E6A54: hue angle of 132.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4E6A54 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 106 | 84 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.58 |
| HSL | 132.86º | 0.15% | 0.36% | - |
| HSV(B) | 132.86º | 0.26% | 0.42% | - |
| XYZ | 9.9 | 12.57 | 10.29 | - |
| YUV | 95.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 106 | 84 | 0.26 | 0 | 0.21 | 0.58 | 132.86 | 0.15 | 0.36 |
| Hex | 4E | 6A | 54 | 1A | 0 | 15 | 3A | 85 | F | 24 |
| Octal | 116 | 152 | 124 | 32 | 0 | 25 | 72 | 205 | 17 | 44 |
| Binary | 1001110 | 1101010 | 1010100 | 11010 | 0 | 10101 | 111010 | 10000101 | 1111 | 100100 |
Color Harmonies of #4E6A54
Complementary color
Monochromatic Colors of #4E6A54
Black with #4E6A54
Text Example
Text Example
White with #4E6A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6A54; }
p { color: rgb(78,106,84); }
H1.HeaderClassName
{
color: #4E6A54;
}
.AnyTagClassName
{
color: #4E6A54;
}
</style>
background-color css
<style>
a { background-color: #4E6A54; }
a { background-color: rgb(78,106,84); }
div.DivClassName
{
background-color: #4E6A54;
}
.BgClassName
{
background-color: #4E6A54;
}
</style>
border-color css
<style>
span { border-color: #4E6A54; }
span { border-color: rgb(78,106,84); }
td.TdClassName
{
border-color: #4E6A54;
}
.TagClassName
{
border-color: #4E6A54;
}
</style>