Shades of Mineral Green #4D6851
Tints of Mineral Green #4D6851
RGB
CMYK
RGB Variations
Color information
#4D6851 (or 0x4D6851) is known color: Mineral Green. HEX triplet: 4D, 68 and 51. RGB value is (77,104,81). Sum of RGB (Red+Green+Blue) = 77+104+81=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6851 is #B297AE. Grayscale: #5D5D5D. Windows color (decimal): -11704239 or 5335117. OLE color: 5335117.
HSL color Cylindrical-coordinate representation of color #4D6851: hue angle of 128.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D6851 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 81 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.59 |
| HSL | 128.89º | 0.15% | 0.35% | - |
| HSV(B) | 128.89º | 0.26% | 0.41% | - |
| XYZ | 9.5 | 12.07 | 9.61 | - |
| YUV | 93.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 81 | 0.26 | 0 | 0.22 | 0.59 | 128.89 | 0.15 | 0.35 |
| Hex | 4D | 68 | 51 | 1A | 0 | 16 | 3B | 81 | F | 23 |
| Octal | 115 | 150 | 121 | 32 | 0 | 26 | 73 | 201 | 17 | 43 |
| Binary | 1001101 | 1101000 | 1010001 | 11010 | 0 | 10110 | 111011 | 10000001 | 1111 | 100011 |
Color Harmonies of #4D6851
Complementary color
Monochromatic Colors of #4D6851
Black with #4D6851
Text Example
Text Example
White with #4D6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6851; }
p { color: rgb(77,104,81); }
H1.HeaderClassName
{
color: #4D6851;
}
.AnyTagClassName
{
color: #4D6851;
}
</style>
background-color css
<style>
a { background-color: #4D6851; }
a { background-color: rgb(77,104,81); }
div.DivClassName
{
background-color: #4D6851;
}
.BgClassName
{
background-color: #4D6851;
}
</style>
border-color css
<style>
span { border-color: #4D6851; }
span { border-color: rgb(77,104,81); }
td.TdClassName
{
border-color: #4D6851;
}
.TagClassName
{
border-color: #4D6851;
}
</style>