Shades of Mineral Green #4E6A52
Tints of Mineral Green #4E6A52
RGB
CMYK
RGB Variations
Color information
#4E6A52 (or 0x4E6A52) is known color: Mineral Green. HEX triplet: 4E, 6A and 52. RGB value is (78,106,82). Sum of RGB (Red+Green+Blue) = 78+106+82=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 106 - color contains mainly: green. Hex color #4E6A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6A52 is #B195AD. Grayscale: #5E5E5E. Windows color (decimal): -11638190 or 5401166. OLE color: 5401166.
HSL color Cylindrical-coordinate representation of color #4E6A52: hue angle of 128.57º 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 #4E6A52 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 78 | 106 | 82 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.58 |
| HSL | 128.57º | 0.15% | 0.36% | - |
| HSV(B) | 128.57º | 0.26% | 0.42% | - |
| XYZ | 9.82 | 12.54 | 9.89 | - |
| YUV | 94.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 106 | 82 | 0.26 | 0 | 0.23 | 0.58 | 128.57 | 0.15 | 0.36 |
| Hex | 4E | 6A | 52 | 1A | 0 | 17 | 3A | 81 | F | 24 |
| Octal | 116 | 152 | 122 | 32 | 0 | 27 | 72 | 201 | 17 | 44 |
| Binary | 1001110 | 1101010 | 1010010 | 11010 | 0 | 10111 | 111010 | 10000001 | 1111 | 100100 |
Color Harmonies of #4E6A52
Complementary color
Monochromatic Colors of #4E6A52
Black with #4E6A52
Text Example
Text Example
White with #4E6A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6A52; }
p { color: rgb(78,106,82); }
H1.HeaderClassName
{
color: #4E6A52;
}
.AnyTagClassName
{
color: #4E6A52;
}
</style>
background-color css
<style>
a { background-color: #4E6A52; }
a { background-color: rgb(78,106,82); }
div.DivClassName
{
background-color: #4E6A52;
}
.BgClassName
{
background-color: #4E6A52;
}
</style>
border-color css
<style>
span { border-color: #4E6A52; }
span { border-color: rgb(78,106,82); }
td.TdClassName
{
border-color: #4E6A52;
}
.TagClassName
{
border-color: #4E6A52;
}
</style>