Shades of Mineral Green #4D6D54
Tints of Mineral Green #4D6D54
RGB
CMYK
RGB Variations
Color information
#4D6D54 (or 0x4D6D54) is known color: Mineral Green. HEX triplet: 4D, 6D and 54. RGB value is (77,109,84). Sum of RGB (Red+Green+Blue) = 77+109+84=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #4D6D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6D54 is #B292AB. Grayscale: #606060. Windows color (decimal): -11702956 or 5533005. OLE color: 5533005.
HSL color Cylindrical-coordinate representation of color #4D6D54: hue angle of 133.12º 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 #4D6D54 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 77 | 109 | 84 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.57 |
| HSL | 133.13º | 0.17% | 0.36% | - |
| HSV(B) | 133.13º | 0.29% | 0.43% | - |
| XYZ | 10.13 | 13.16 | 10.39 | - |
| YUV | 96.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 109 | 84 | 0.29 | 0 | 0.23 | 0.57 | 133.13 | 0.17 | 0.36 |
| Hex | 4D | 6D | 54 | 1D | 0 | 17 | 39 | 85 | 11 | 24 |
| Octal | 115 | 155 | 124 | 35 | 0 | 27 | 71 | 205 | 21 | 44 |
| Binary | 1001101 | 1101101 | 1010100 | 11101 | 0 | 10111 | 111001 | 10000101 | 10001 | 100100 |
Color Harmonies of #4D6D54
Complementary color
Monochromatic Colors of #4D6D54
Black with #4D6D54
Text Example
Text Example
White with #4D6D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6D54; }
p { color: rgb(77,109,84); }
H1.HeaderClassName
{
color: #4D6D54;
}
.AnyTagClassName
{
color: #4D6D54;
}
</style>
background-color css
<style>
a { background-color: #4D6D54; }
a { background-color: rgb(77,109,84); }
div.DivClassName
{
background-color: #4D6D54;
}
.BgClassName
{
background-color: #4D6D54;
}
</style>
border-color css
<style>
span { border-color: #4D6D54; }
span { border-color: rgb(77,109,84); }
td.TdClassName
{
border-color: #4D6D54;
}
.TagClassName
{
border-color: #4D6D54;
}
</style>