Shades of Mineral Green #4D6B54
Tints of Mineral Green #4D6B54
RGB
CMYK
RGB Variations
Color information
#4D6B54 (or 0x4D6B54) is known color: Mineral Green. HEX triplet: 4D, 6B and 54. RGB value is (77,107,84). Sum of RGB (Red+Green+Blue) = 77+107+84=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B54 is #B294AB. Grayscale: #5F5F5F. Windows color (decimal): -11703468 or 5532493. OLE color: 5532493.
HSL color Cylindrical-coordinate representation of color #4D6B54: hue angle of 134º 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 #4D6B54 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 84 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.58 |
| HSL | 134º | 0.16% | 0.36% | - |
| HSV(B) | 134º | 0.28% | 0.42% | - |
| XYZ | 9.92 | 12.73 | 10.32 | - |
| YUV | 95.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 84 | 0.28 | 0 | 0.21 | 0.58 | 134 | 0.16 | 0.36 |
| Hex | 4D | 6B | 54 | 1C | 0 | 15 | 3A | 86 | 10 | 24 |
| Octal | 115 | 153 | 124 | 34 | 0 | 25 | 72 | 206 | 20 | 44 |
| Binary | 1001101 | 1101011 | 1010100 | 11100 | 0 | 10101 | 111010 | 10000110 | 10000 | 100100 |
Color Harmonies of #4D6B54
Complementary color
Monochromatic Colors of #4D6B54
Black with #4D6B54
Text Example
Text Example
White with #4D6B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B54; }
p { color: rgb(77,107,84); }
H1.HeaderClassName
{
color: #4D6B54;
}
.AnyTagClassName
{
color: #4D6B54;
}
</style>
background-color css
<style>
a { background-color: #4D6B54; }
a { background-color: rgb(77,107,84); }
div.DivClassName
{
background-color: #4D6B54;
}
.BgClassName
{
background-color: #4D6B54;
}
</style>
border-color css
<style>
span { border-color: #4D6B54; }
span { border-color: rgb(77,107,84); }
td.TdClassName
{
border-color: #4D6B54;
}
.TagClassName
{
border-color: #4D6B54;
}
</style>