Shades of Mineral Green #4E6251
Tints of Mineral Green #4E6251
RGB
CMYK
RGB Variations
Color information
#4E6251 (or 0x4E6251) is known color: Mineral Green. HEX triplet: 4E, 62 and 51. RGB value is (78,98,81). Sum of RGB (Red+Green+Blue) = 78+98+81=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #4E6251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6251 is #B19DAE. Grayscale: #5A5A5A. Windows color (decimal): -11640239 or 5333582. OLE color: 5333582.
HSL color Cylindrical-coordinate representation of color #4E6251: hue angle of 129º 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 #4E6251 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 98 | 81 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.62 |
| HSL | 129º | 0.11% | 0.35% | - |
| HSV(B) | 129º | 0.2% | 0.38% | - |
| XYZ | 8.99 | 10.95 | 9.42 | - |
| YUV | 90.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 98 | 81 | 0.20 | 0 | 0.17 | 0.62 | 129 | 0.11 | 0.35 |
| Hex | 4E | 62 | 51 | 14 | 0 | 11 | 3E | 81 | B | 23 |
| Octal | 116 | 142 | 121 | 24 | 0 | 21 | 76 | 201 | 13 | 43 |
| Binary | 1001110 | 1100010 | 1010001 | 10100 | 0 | 10001 | 111110 | 10000001 | 1011 | 100011 |
Color Harmonies of #4E6251
Complementary color
Monochromatic Colors of #4E6251
Black with #4E6251
Text Example
Text Example
White with #4E6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6251; }
p { color: rgb(78,98,81); }
H1.HeaderClassName
{
color: #4E6251;
}
.AnyTagClassName
{
color: #4E6251;
}
</style>
background-color css
<style>
a { background-color: #4E6251; }
a { background-color: rgb(78,98,81); }
div.DivClassName
{
background-color: #4E6251;
}
.BgClassName
{
background-color: #4E6251;
}
</style>
border-color css
<style>
span { border-color: #4E6251; }
span { border-color: rgb(78,98,81); }
td.TdClassName
{
border-color: #4E6251;
}
.TagClassName
{
border-color: #4E6251;
}
</style>