Shades of Mineral Green #4C5D50
Tints of Mineral Green #4C5D50
RGB
CMYK
RGB Variations
Color information
#4C5D50 (or 0x4C5D50) is known color: Mineral Green. HEX triplet: 4C, 5D and 50. RGB value is (76,93,80). Sum of RGB (Red+Green+Blue) = 76+93+80=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 93 - color contains mainly: green. Hex color #4C5D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5D50 is #B3A2AF. Grayscale: #565656. Windows color (decimal): -11772592 or 5266764. OLE color: 5266764.
HSL color Cylindrical-coordinate representation of color #4C5D50: hue angle of 134.12º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4C5D50 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 93 | 80 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.64 |
| HSL | 134.12º | 0.1% | 0.33% | - |
| HSV(B) | 134.12º | 0.18% | 0.36% | - |
| XYZ | 8.34 | 9.94 | 9.07 | - |
| YUV | 86.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 80 | 0.18 | 0 | 0.14 | 0.64 | 134.12 | 0.1 | 0.33 |
| Hex | 4C | 5D | 50 | 12 | 0 | E | 40 | 86 | A | 21 |
| Octal | 114 | 135 | 120 | 22 | 0 | 16 | 100 | 206 | 12 | 41 |
| Binary | 1001100 | 1011101 | 1010000 | 10010 | 0 | 1110 | 1000000 | 10000110 | 1010 | 100001 |
Color Harmonies of #4C5D50
Complementary color
Monochromatic Colors of #4C5D50
Black with #4C5D50
Text Example
Text Example
White with #4C5D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5D50; }
p { color: rgb(76,93,80); }
H1.HeaderClassName
{
color: #4C5D50;
}
.AnyTagClassName
{
color: #4C5D50;
}
</style>
background-color css
<style>
a { background-color: #4C5D50; }
a { background-color: rgb(76,93,80); }
div.DivClassName
{
background-color: #4C5D50;
}
.BgClassName
{
background-color: #4C5D50;
}
</style>
border-color css
<style>
span { border-color: #4C5D50; }
span { border-color: rgb(76,93,80); }
td.TdClassName
{
border-color: #4C5D50;
}
.TagClassName
{
border-color: #4C5D50;
}
</style>