Shades of Mineral Green #4E6B54
Tints of Mineral Green #4E6B54
RGB
CMYK
RGB Variations
Color information
#4E6B54 (or 0x4E6B54) is known color: Mineral Green. HEX triplet: 4E, 6B and 54. RGB value is (78,107,84). Sum of RGB (Red+Green+Blue) = 78+107+84=269 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.00% from 269); Green value is 107 (42.19% from 255 or 39.78% from 269); Blue value is 84 (33.20% from 255 or 31.23% from 269); Max value from RGB is 107 - color contains mainly: green. Hex color #4E6B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6B54 is #B194AB. Grayscale: #5F5F5F. Windows color (decimal): -11637932 or 5532494. OLE color: 5532494.
HSL color Cylindrical-coordinate representation of color #4E6B54: hue angle of 132.41º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E6B54 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 107 | 84 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.58 |
| HSL | 132.41º | 0.16% | 0.36% | - |
| HSV(B) | 132.41º | 0.27% | 0.42% | - |
| XYZ | 10 | 12.78 | 10.33 | - |
| YUV | 95.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 107 | 84 | 0.27 | 0 | 0.21 | 0.58 | 132.41 | 0.16 | 0.36 |
| Hex | 4E | 6B | 54 | 1B | 0 | 15 | 3A | 84 | 10 | 24 |
| Octal | 116 | 153 | 124 | 33 | 0 | 25 | 72 | 204 | 20 | 44 |
| Binary | 1001110 | 1101011 | 1010100 | 11011 | 0 | 10101 | 111010 | 10000100 | 10000 | 100100 |
Color Harmonies of #4E6B54
Complementary color
Monochromatic Colors of #4E6B54
Black with #4E6B54
Text Example
Text Example
White with #4E6B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6B54; }
p { color: rgb(78,107,84); }
H1.HeaderClassName
{
color: #4E6B54;
}
.AnyTagClassName
{
color: #4E6B54;
}
</style>
background-color css
<style>
a { background-color: #4E6B54; }
a { background-color: rgb(78,107,84); }
div.DivClassName
{
background-color: #4E6B54;
}
.BgClassName
{
background-color: #4E6B54;
}
</style>
border-color css
<style>
span { border-color: #4E6B54; }
span { border-color: rgb(78,107,84); }
td.TdClassName
{
border-color: #4E6B54;
}
.TagClassName
{
border-color: #4E6B54;
}
</style>