Shades of Mineral Green #4E6252
Tints of Mineral Green #4E6252
RGB
CMYK
RGB Variations
Color information
#4E6252 (or 0x4E6252) is known color: Mineral Green. HEX triplet: 4E, 62 and 52. RGB value is (78,98,82). Sum of RGB (Red+Green+Blue) = 78+98+82=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 98 (38.67% from 255 or 37.98% from 258); Blue value is 82 (32.42% from 255 or 31.78% from 258); Max value from RGB is 98 - color contains mainly: green. Hex color #4E6252 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6252 is #B19DAD. Grayscale: #5A5A5A. Windows color (decimal): -11640238 or 5399118. OLE color: 5399118.
HSL color Cylindrical-coordinate representation of color #4E6252: hue angle of 132º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E6252 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 82 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.62 |
| HSL | 132º | 0.11% | 0.35% | - |
| HSV(B) | 132º | 0.2% | 0.38% | - |
| XYZ | 9.03 | 10.96 | 9.62 | - |
| YUV | 90.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 82 | 0.20 | 0 | 0.16 | 0.62 | 132 | 0.11 | 0.35 |
| Hex | 4E | 62 | 52 | 14 | 0 | 10 | 3E | 84 | B | 23 |
| Octal | 116 | 142 | 122 | 24 | 0 | 20 | 76 | 204 | 13 | 43 |
| Binary | 1001110 | 1100010 | 1010010 | 10100 | 0 | 10000 | 111110 | 10000100 | 1011 | 100011 |
Color Harmonies of #4E6252
Complementary color
Monochromatic Colors of #4E6252
Black with #4E6252
Text Example
Text Example
White with #4E6252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6252; }
p { color: rgb(78,98,82); }
H1.HeaderClassName
{
color: #4E6252;
}
.AnyTagClassName
{
color: #4E6252;
}
</style>
background-color css
<style>
a { background-color: #4E6252; }
a { background-color: rgb(78,98,82); }
div.DivClassName
{
background-color: #4E6252;
}
.BgClassName
{
background-color: #4E6252;
}
</style>
border-color css
<style>
span { border-color: #4E6252; }
span { border-color: rgb(78,98,82); }
td.TdClassName
{
border-color: #4E6252;
}
.TagClassName
{
border-color: #4E6252;
}
</style>