Shades of Mineral Green #4D6A58
Tints of Mineral Green #4D6A58
RGB
CMYK
RGB Variations
Color information
#4D6A58 (or 0x4D6A58) is known color: Mineral Green. HEX triplet: 4D, 6A and 58. RGB value is (77,106,88). Sum of RGB (Red+Green+Blue) = 77+106+88=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 106 - color contains mainly: green. Hex color #4D6A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6A58 is #B295A7. Grayscale: #5F5F5F. Windows color (decimal): -11703720 or 5794381. OLE color: 5794381.
HSL color Cylindrical-coordinate representation of color #4D6A58: hue angle of 142.76º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D6A58 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 106 | 88 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.58 |
| HSL | 142.76º | 0.16% | 0.36% | - |
| HSV(B) | 142.76º | 0.27% | 0.42% | - |
| XYZ | 9.98 | 12.59 | 11.14 | - |
| YUV | 95.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 106 | 88 | 0.27 | 0 | 0.17 | 0.58 | 142.76 | 0.16 | 0.36 |
| Hex | 4D | 6A | 58 | 1B | 0 | 11 | 3A | 8F | 10 | 24 |
| Octal | 115 | 152 | 130 | 33 | 0 | 21 | 72 | 217 | 20 | 44 |
| Binary | 1001101 | 1101010 | 1011000 | 11011 | 0 | 10001 | 111010 | 10001111 | 10000 | 100100 |
Color Harmonies of #4D6A58
Complementary color
Monochromatic Colors of #4D6A58
Black with #4D6A58
Text Example
Text Example
White with #4D6A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6A58; }
p { color: rgb(77,106,88); }
H1.HeaderClassName
{
color: #4D6A58;
}
.AnyTagClassName
{
color: #4D6A58;
}
</style>
background-color css
<style>
a { background-color: #4D6A58; }
a { background-color: rgb(77,106,88); }
div.DivClassName
{
background-color: #4D6A58;
}
.BgClassName
{
background-color: #4D6A58;
}
</style>
border-color css
<style>
span { border-color: #4D6A58; }
span { border-color: rgb(77,106,88); }
td.TdClassName
{
border-color: #4D6A58;
}
.TagClassName
{
border-color: #4D6A58;
}
</style>