Shades of Mineral Green #4E6555
Tints of Mineral Green #4E6555
RGB
CMYK
RGB Variations
Color information
#4E6555 (or 0x4E6555) is known color: Mineral Green. HEX triplet: 4E, 65 and 55. RGB value is (78,101,85). Sum of RGB (Red+Green+Blue) = 78+101+85=264 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.55% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #4E6555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6555 is #B19AAA. Grayscale: #5C5C5C. Windows color (decimal): -11639467 or 5596494. OLE color: 5596494.
HSL color Cylindrical-coordinate representation of color #4E6555: hue angle of 138.26º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E6555 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 101 | 85 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.60 |
| HSL | 138.26º | 0.13% | 0.35% | - |
| HSV(B) | 138.26º | 0.23% | 0.4% | - |
| XYZ | 9.44 | 11.58 | 10.33 | - |
| YUV | 92.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 101 | 85 | 0.23 | 0 | 0.16 | 0.60 | 138.26 | 0.13 | 0.35 |
| Hex | 4E | 65 | 55 | 17 | 0 | 10 | 3C | 8A | D | 23 |
| Octal | 116 | 145 | 125 | 27 | 0 | 20 | 74 | 212 | 15 | 43 |
| Binary | 1001110 | 1100101 | 1010101 | 10111 | 0 | 10000 | 111100 | 10001010 | 1101 | 100011 |
Color Harmonies of #4E6555
Complementary color
Monochromatic Colors of #4E6555
Black with #4E6555
Text Example
Text Example
White with #4E6555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6555; }
p { color: rgb(78,101,85); }
H1.HeaderClassName
{
color: #4E6555;
}
.AnyTagClassName
{
color: #4E6555;
}
</style>
background-color css
<style>
a { background-color: #4E6555; }
a { background-color: rgb(78,101,85); }
div.DivClassName
{
background-color: #4E6555;
}
.BgClassName
{
background-color: #4E6555;
}
</style>
border-color css
<style>
span { border-color: #4E6555; }
span { border-color: rgb(78,101,85); }
td.TdClassName
{
border-color: #4E6555;
}
.TagClassName
{
border-color: #4E6555;
}
</style>