Shades of Mineral Green #4D6B58
Tints of Mineral Green #4D6B58
RGB
CMYK
RGB Variations
Color information
#4D6B58 (or 0x4D6B58) is known color: Mineral Green. HEX triplet: 4D, 6B and 58. RGB value is (77,107,88). Sum of RGB (Red+Green+Blue) = 77+107+88=272 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.31% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B58 is #B294A7. Grayscale: #5F5F5F. Windows color (decimal): -11703464 or 5794637. OLE color: 5794637.
HSL color Cylindrical-coordinate representation of color #4D6B58: hue angle of 142º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4D6B58 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 88 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.58 |
| HSL | 142º | 0.16% | 0.36% | - |
| HSV(B) | 142º | 0.28% | 0.42% | - |
| XYZ | 10.08 | 12.8 | 11.17 | - |
| YUV | 95.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 88 | 0.28 | 0 | 0.18 | 0.58 | 142 | 0.16 | 0.36 |
| Hex | 4D | 6B | 58 | 1C | 0 | 12 | 3A | 8E | 10 | 24 |
| Octal | 115 | 153 | 130 | 34 | 0 | 22 | 72 | 216 | 20 | 44 |
| Binary | 1001101 | 1101011 | 1011000 | 11100 | 0 | 10010 | 111010 | 10001110 | 10000 | 100100 |
Color Harmonies of #4D6B58
Complementary color
Monochromatic Colors of #4D6B58
Black with #4D6B58
Text Example
Text Example
White with #4D6B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B58; }
p { color: rgb(77,107,88); }
H1.HeaderClassName
{
color: #4D6B58;
}
.AnyTagClassName
{
color: #4D6B58;
}
</style>
background-color css
<style>
a { background-color: #4D6B58; }
a { background-color: rgb(77,107,88); }
div.DivClassName
{
background-color: #4D6B58;
}
.BgClassName
{
background-color: #4D6B58;
}
</style>
border-color css
<style>
span { border-color: #4D6B58; }
span { border-color: rgb(77,107,88); }
td.TdClassName
{
border-color: #4D6B58;
}
.TagClassName
{
border-color: #4D6B58;
}
</style>