Shades of Mineral Green #4E6552
Tints of Mineral Green #4E6552
RGB
CMYK
RGB Variations
Color information
#4E6552 (or 0x4E6552) is known color: Mineral Green. HEX triplet: 4E, 65 and 52. RGB value is (78,101,82). Sum of RGB (Red+Green+Blue) = 78+101+82=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #4E6552 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6552 is #B19AAD. Grayscale: #5C5C5C. Windows color (decimal): -11639470 or 5399886. OLE color: 5399886.
HSL color Cylindrical-coordinate representation of color #4E6552: hue angle of 130.43º 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 #4E6552 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 101 | 82 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.60 |
| HSL | 130.43º | 0.13% | 0.35% | - |
| HSV(B) | 130.43º | 0.23% | 0.4% | - |
| XYZ | 9.32 | 11.54 | 9.72 | - |
| YUV | 91.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 101 | 82 | 0.23 | 0 | 0.19 | 0.60 | 130.43 | 0.13 | 0.35 |
| Hex | 4E | 65 | 52 | 17 | 0 | 13 | 3C | 82 | D | 23 |
| Octal | 116 | 145 | 122 | 27 | 0 | 23 | 74 | 202 | 15 | 43 |
| Binary | 1001110 | 1100101 | 1010010 | 10111 | 0 | 10011 | 111100 | 10000010 | 1101 | 100011 |
Color Harmonies of #4E6552
Complementary color
Monochromatic Colors of #4E6552
Black with #4E6552
Text Example
Text Example
White with #4E6552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6552; }
p { color: rgb(78,101,82); }
H1.HeaderClassName
{
color: #4E6552;
}
.AnyTagClassName
{
color: #4E6552;
}
</style>
background-color css
<style>
a { background-color: #4E6552; }
a { background-color: rgb(78,101,82); }
div.DivClassName
{
background-color: #4E6552;
}
.BgClassName
{
background-color: #4E6552;
}
</style>
border-color css
<style>
span { border-color: #4E6552; }
span { border-color: rgb(78,101,82); }
td.TdClassName
{
border-color: #4E6552;
}
.TagClassName
{
border-color: #4E6552;
}
</style>