Shades of Mineral Green #4E6355
Tints of Mineral Green #4E6355
RGB
CMYK
RGB Variations
Color information
#4E6355 (or 0x4E6355) is known color: Mineral Green. HEX triplet: 4E, 63 and 55. RGB value is (78,99,85). Sum of RGB (Red+Green+Blue) = 78+99+85=262 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.77% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #4E6355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6355 is #B19CAA. Grayscale: #5B5B5B. Windows color (decimal): -11639979 or 5595982. OLE color: 5595982.
HSL color Cylindrical-coordinate representation of color #4E6355: hue angle of 140º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E6355 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 99 | 85 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.61 |
| HSL | 140º | 0.12% | 0.35% | - |
| HSV(B) | 140º | 0.21% | 0.39% | - |
| XYZ | 9.24 | 11.2 | 10.27 | - |
| YUV | 91.13 | 124.54 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 99 | 85 | 0.21 | 0 | 0.14 | 0.61 | 140 | 0.12 | 0.35 |
| Hex | 4E | 63 | 55 | 15 | 0 | E | 3D | 8C | C | 23 |
| Octal | 116 | 143 | 125 | 25 | 0 | 16 | 75 | 214 | 14 | 43 |
| Binary | 1001110 | 1100011 | 1010101 | 10101 | 0 | 1110 | 111101 | 10001100 | 1100 | 100011 |
Color Harmonies of #4E6355
Complementary color
Monochromatic Colors of #4E6355
Black with #4E6355
Text Example
Text Example
White with #4E6355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6355; }
p { color: rgb(78,99,85); }
H1.HeaderClassName
{
color: #4E6355;
}
.AnyTagClassName
{
color: #4E6355;
}
</style>
background-color css
<style>
a { background-color: #4E6355; }
a { background-color: rgb(78,99,85); }
div.DivClassName
{
background-color: #4E6355;
}
.BgClassName
{
background-color: #4E6355;
}
</style>
border-color css
<style>
span { border-color: #4E6355; }
span { border-color: rgb(78,99,85); }
td.TdClassName
{
border-color: #4E6355;
}
.TagClassName
{
border-color: #4E6355;
}
</style>