Shades of Mineral Green #4C594F
Tints of Mineral Green #4C594F
RGB
CMYK
RGB Variations
Color information
#4C594F (or 0x4C594F) is known color: Mineral Green. HEX triplet: 4C, 59 and 4F. RGB value is (76,89,79). Sum of RGB (Red+Green+Blue) = 76+89+79=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 89 - color contains mainly: green. Hex color #4C594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C594F is #B3A6B0. Grayscale: #545454. Windows color (decimal): -11773617 or 5200204. OLE color: 5200204.
HSL color Cylindrical-coordinate representation of color #4C594F: hue angle of 133.85º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C594F is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 89 | 79 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.65 |
| HSL | 133.85º | 0.08% | 0.32% | - |
| HSV(B) | 133.85º | 0.15% | 0.35% | - |
| XYZ | 7.96 | 9.25 | 8.76 | - |
| YUV | 83.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 89 | 79 | 0.15 | 0 | 0.11 | 0.65 | 133.85 | 0.08 | 0.32 |
| Hex | 4C | 59 | 4F | F | 0 | B | 41 | 86 | 8 | 20 |
| Octal | 114 | 131 | 117 | 17 | 0 | 13 | 101 | 206 | 10 | 40 |
| Binary | 1001100 | 1011001 | 1001111 | 1111 | 0 | 1011 | 1000001 | 10000110 | 1000 | 100000 |
Color Harmonies of #4C594F
Complementary color
Monochromatic Colors of #4C594F
Black with #4C594F
Text Example
Text Example
White with #4C594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C594F; }
p { color: rgb(76,89,79); }
H1.HeaderClassName
{
color: #4C594F;
}
.AnyTagClassName
{
color: #4C594F;
}
</style>
background-color css
<style>
a { background-color: #4C594F; }
a { background-color: rgb(76,89,79); }
div.DivClassName
{
background-color: #4C594F;
}
.BgClassName
{
background-color: #4C594F;
}
</style>
border-color css
<style>
span { border-color: #4C594F; }
span { border-color: rgb(76,89,79); }
td.TdClassName
{
border-color: #4C594F;
}
.TagClassName
{
border-color: #4C594F;
}
</style>