Shades of Mineral Green #4D5950
Tints of Mineral Green #4D5950
RGB
CMYK
RGB Variations
Color information
#4D5950 (or 0x4D5950) is known color: Mineral Green. HEX triplet: 4D, 59 and 50. RGB value is (77,89,80). Sum of RGB (Red+Green+Blue) = 77+89+80=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 89 (35.16% from 255 or 36.18% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 89 - color contains mainly: green. Hex color #4D5950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5950 is #B2A6AF. Grayscale: #545454. Windows color (decimal): -11708080 or 5265741. OLE color: 5265741.
HSL color Cylindrical-coordinate representation of color #4D5950: hue angle of 135º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4D5950 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 89 | 80 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.65 |
| HSL | 135º | 0.07% | 0.33% | - |
| HSV(B) | 135º | 0.13% | 0.35% | - |
| XYZ | 8.08 | 9.3 | 8.96 | - |
| YUV | 84.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 80 | 0.13 | 0 | 0.10 | 0.65 | 135 | 0.07 | 0.33 |
| Hex | 4D | 59 | 50 | D | 0 | A | 41 | 87 | 7 | 21 |
| Octal | 115 | 131 | 120 | 15 | 0 | 12 | 101 | 207 | 7 | 41 |
| Binary | 1001101 | 1011001 | 1010000 | 1101 | 0 | 1010 | 1000001 | 10000111 | 111 | 100001 |
Color Harmonies of #4D5950
Complementary color
Monochromatic Colors of #4D5950
Black with #4D5950
Text Example
Text Example
White with #4D5950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5950; }
p { color: rgb(77,89,80); }
H1.HeaderClassName
{
color: #4D5950;
}
.AnyTagClassName
{
color: #4D5950;
}
</style>
background-color css
<style>
a { background-color: #4D5950; }
a { background-color: rgb(77,89,80); }
div.DivClassName
{
background-color: #4D5950;
}
.BgClassName
{
background-color: #4D5950;
}
</style>
border-color css
<style>
span { border-color: #4D5950; }
span { border-color: rgb(77,89,80); }
td.TdClassName
{
border-color: #4D5950;
}
.TagClassName
{
border-color: #4D5950;
}
</style>