Shades of Mineral Green #4D6B53
Tints of Mineral Green #4D6B53
RGB
CMYK
RGB Variations
Color information
#4D6B53 (or 0x4D6B53) is known color: Mineral Green. HEX triplet: 4D, 6B and 53. RGB value is (77,107,83). Sum of RGB (Red+Green+Blue) = 77+107+83=267 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.84% from 267); Green value is 107 (42.19% from 255 or 40.07% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 107 - color contains mainly: green. Hex color #4D6B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6B53 is #B294AC. Grayscale: #5F5F5F. Windows color (decimal): -11703469 or 5466957. OLE color: 5466957.
HSL color Cylindrical-coordinate representation of color #4D6B53: hue angle of 132º 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 #4D6B53 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 77 | 107 | 83 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.58 |
| HSL | 132º | 0.16% | 0.36% | - |
| HSV(B) | 132º | 0.28% | 0.42% | - |
| XYZ | 9.88 | 12.72 | 10.12 | - |
| YUV | 95.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 107 | 83 | 0.28 | 0 | 0.22 | 0.58 | 132 | 0.16 | 0.36 |
| Hex | 4D | 6B | 53 | 1C | 0 | 16 | 3A | 84 | 10 | 24 |
| Octal | 115 | 153 | 123 | 34 | 0 | 26 | 72 | 204 | 20 | 44 |
| Binary | 1001101 | 1101011 | 1010011 | 11100 | 0 | 10110 | 111010 | 10000100 | 10000 | 100100 |
Color Harmonies of #4D6B53
Complementary color
Monochromatic Colors of #4D6B53
Black with #4D6B53
Text Example
Text Example
White with #4D6B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6B53; }
p { color: rgb(77,107,83); }
H1.HeaderClassName
{
color: #4D6B53;
}
.AnyTagClassName
{
color: #4D6B53;
}
</style>
background-color css
<style>
a { background-color: #4D6B53; }
a { background-color: rgb(77,107,83); }
div.DivClassName
{
background-color: #4D6B53;
}
.BgClassName
{
background-color: #4D6B53;
}
</style>
border-color css
<style>
span { border-color: #4D6B53; }
span { border-color: rgb(77,107,83); }
td.TdClassName
{
border-color: #4D6B53;
}
.TagClassName
{
border-color: #4D6B53;
}
</style>