Shades of Mineral Green #4D6951
Tints of Mineral Green #4D6951
RGB
CMYK
RGB Variations
Color information
#4D6951 (or 0x4D6951) is known color: Mineral Green. HEX triplet: 4D, 69 and 51. RGB value is (77,105,81). Sum of RGB (Red+Green+Blue) = 77+105+81=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6951 is #B296AE. Grayscale: #5D5D5D. Windows color (decimal): -11703983 or 5335373. OLE color: 5335373.
HSL color Cylindrical-coordinate representation of color #4D6951: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4D6951 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 105 | 81 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.59 |
| HSL | 128.57º | 0.15% | 0.36% | - |
| HSV(B) | 128.57º | 0.27% | 0.41% | - |
| XYZ | 9.6 | 12.28 | 9.65 | - |
| YUV | 93.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 105 | 81 | 0.27 | 0 | 0.23 | 0.59 | 128.57 | 0.15 | 0.36 |
| Hex | 4D | 69 | 51 | 1B | 0 | 17 | 3B | 81 | F | 24 |
| Octal | 115 | 151 | 121 | 33 | 0 | 27 | 73 | 201 | 17 | 44 |
| Binary | 1001101 | 1101001 | 1010001 | 11011 | 0 | 10111 | 111011 | 10000001 | 1111 | 100100 |
Color Harmonies of #4D6951
Complementary color
Monochromatic Colors of #4D6951
Black with #4D6951
Text Example
Text Example
White with #4D6951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6951; }
p { color: rgb(77,105,81); }
H1.HeaderClassName
{
color: #4D6951;
}
.AnyTagClassName
{
color: #4D6951;
}
</style>
background-color css
<style>
a { background-color: #4D6951; }
a { background-color: rgb(77,105,81); }
div.DivClassName
{
background-color: #4D6951;
}
.BgClassName
{
background-color: #4D6951;
}
</style>
border-color css
<style>
span { border-color: #4D6951; }
span { border-color: rgb(77,105,81); }
td.TdClassName
{
border-color: #4D6951;
}
.TagClassName
{
border-color: #4D6951;
}
</style>