Shades of Mineral Green #4C574E
Tints of Mineral Green #4C574E
RGB
CMYK
RGB Variations
Color information
#4C574E (or 0x4C574E) is known color: Mineral Green. HEX triplet: 4C, 57 and 4E. RGB value is (76,87,78). Sum of RGB (Red+Green+Blue) = 76+87+78=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 87 - color contains mainly: green. Hex color #4C574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C574E is #B3A8B1. Grayscale: #525252. Windows color (decimal): -11774130 or 5134156. OLE color: 5134156.
HSL color Cylindrical-coordinate representation of color #4C574E: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4C574E is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 76 | 87 | 78 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.66 |
| HSL | 130.91º | 0.07% | 0.32% | - |
| HSV(B) | 130.91º | 0.13% | 0.34% | - |
| XYZ | 7.76 | 8.9 | 8.52 | - |
| YUV | 82.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 87 | 78 | 0.13 | 0 | 0.10 | 0.66 | 130.91 | 0.07 | 0.32 |
| Hex | 4C | 57 | 4E | D | 0 | A | 42 | 83 | 7 | 20 |
| Octal | 114 | 127 | 116 | 15 | 0 | 12 | 102 | 203 | 7 | 40 |
| Binary | 1001100 | 1010111 | 1001110 | 1101 | 0 | 1010 | 1000010 | 10000011 | 111 | 100000 |
Color Harmonies of #4C574E
Complementary color
Monochromatic Colors of #4C574E
Black with #4C574E
Text Example
Text Example
White with #4C574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C574E; }
p { color: rgb(76,87,78); }
H1.HeaderClassName
{
color: #4C574E;
}
.AnyTagClassName
{
color: #4C574E;
}
</style>
background-color css
<style>
a { background-color: #4C574E; }
a { background-color: rgb(76,87,78); }
div.DivClassName
{
background-color: #4C574E;
}
.BgClassName
{
background-color: #4C574E;
}
</style>
border-color css
<style>
span { border-color: #4C574E; }
span { border-color: rgb(76,87,78); }
td.TdClassName
{
border-color: #4C574E;
}
.TagClassName
{
border-color: #4C574E;
}
</style>