Shades of Mineral Green #4D6D55
Tints of Mineral Green #4D6D55
RGB
CMYK
RGB Variations
Color information
#4D6D55 (or 0x4D6D55) is known color: Mineral Green. HEX triplet: 4D, 6D and 55. RGB value is (77,109,85). Sum of RGB (Red+Green+Blue) = 77+109+85=271 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.41% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 85 (33.59% from 255 or 31.37% from 271); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D55 is #B292AA. Grayscale: #606060. Windows color (decimal): -11702955 or 5598541. OLE color: 5598541.
HSL color Cylindrical-coordinate representation of color #4D6D55: hue angle of 135º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4D6D55 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 109 | 85 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.57 |
| HSL | 135º | 0.17% | 0.36% | - |
| HSV(B) | 135º | 0.29% | 0.43% | - |
| XYZ | 10.17 | 13.17 | 10.6 | - |
| YUV | 96.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 85 | 0.29 | 0 | 0.22 | 0.57 | 135 | 0.17 | 0.36 |
| Hex | 4D | 6D | 55 | 1D | 0 | 16 | 39 | 87 | 11 | 24 |
| Octal | 115 | 155 | 125 | 35 | 0 | 26 | 71 | 207 | 21 | 44 |
| Binary | 1001101 | 1101101 | 1010101 | 11101 | 0 | 10110 | 111001 | 10000111 | 10001 | 100100 |
Color Harmonies of #4D6D55
Complementary color
Monochromatic Colors of #4D6D55
Black with #4D6D55
Text Example
Text Example
White with #4D6D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6D55; }
p { color: rgb(77,109,85); }
H1.HeaderClassName
{
color: #4D6D55;
}
.AnyTagClassName
{
color: #4D6D55;
}
</style>
background-color css
<style>
a { background-color: #4D6D55; }
a { background-color: rgb(77,109,85); }
div.DivClassName
{
background-color: #4D6D55;
}
.BgClassName
{
background-color: #4D6D55;
}
</style>
border-color css
<style>
span { border-color: #4D6D55; }
span { border-color: rgb(77,109,85); }
td.TdClassName
{
border-color: #4D6D55;
}
.TagClassName
{
border-color: #4D6D55;
}
</style>