Shades of Mineral Green #4D6B52
Tints of Mineral Green #4D6B52
RGB
CMYK
RGB Variations
Color information
#4D6B52 (or 0x4D6B52) is known color: Mineral Green. HEX triplet: 4D, 6B and 52. RGB value is (77,107,82). Sum of RGB (Red+Green+Blue) = 77+107+82=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B52 is #B294AD. Grayscale: #5F5F5F. Windows color (decimal): -11703470 or 5401421. OLE color: 5401421.
HSL color Cylindrical-coordinate representation of color #4D6B52: hue angle of 130º 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 #4D6B52 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 82 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.58 |
| HSL | 130º | 0.16% | 0.36% | - |
| HSV(B) | 130º | 0.28% | 0.42% | - |
| XYZ | 9.84 | 12.7 | 9.92 | - |
| YUV | 95.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 82 | 0.28 | 0 | 0.23 | 0.58 | 130 | 0.16 | 0.36 |
| Hex | 4D | 6B | 52 | 1C | 0 | 17 | 3A | 82 | 10 | 24 |
| Octal | 115 | 153 | 122 | 34 | 0 | 27 | 72 | 202 | 20 | 44 |
| Binary | 1001101 | 1101011 | 1010010 | 11100 | 0 | 10111 | 111010 | 10000010 | 10000 | 100100 |
Color Harmonies of #4D6B52
Complementary color
Monochromatic Colors of #4D6B52
Black with #4D6B52
Text Example
Text Example
White with #4D6B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B52; }
p { color: rgb(77,107,82); }
H1.HeaderClassName
{
color: #4D6B52;
}
.AnyTagClassName
{
color: #4D6B52;
}
</style>
background-color css
<style>
a { background-color: #4D6B52; }
a { background-color: rgb(77,107,82); }
div.DivClassName
{
background-color: #4D6B52;
}
.BgClassName
{
background-color: #4D6B52;
}
</style>
border-color css
<style>
span { border-color: #4D6B52; }
span { border-color: rgb(77,107,82); }
td.TdClassName
{
border-color: #4D6B52;
}
.TagClassName
{
border-color: #4D6B52;
}
</style>