Shades of Mineral Green #4D6251
Tints of Mineral Green #4D6251
RGB
CMYK
RGB Variations
Color information
#4D6251 (or 0x4D6251) is known color: Mineral Green. HEX triplet: 4D, 62 and 51. RGB value is (77,98,81). Sum of RGB (Red+Green+Blue) = 77+98+81=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6251 is #B29DAE. Grayscale: #595959. Windows color (decimal): -11705775 or 5333581. OLE color: 5333581.
HSL color Cylindrical-coordinate representation of color #4D6251: hue angle of 131.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D6251 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 81 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.62 |
| HSL | 131.43º | 0.12% | 0.34% | - |
| HSV(B) | 131.43º | 0.21% | 0.38% | - |
| XYZ | 8.91 | 10.91 | 9.42 | - |
| YUV | 89.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 81 | 0.21 | 0 | 0.17 | 0.62 | 131.43 | 0.12 | 0.34 |
| Hex | 4D | 62 | 51 | 15 | 0 | 11 | 3E | 83 | C | 22 |
| Octal | 115 | 142 | 121 | 25 | 0 | 21 | 76 | 203 | 14 | 42 |
| Binary | 1001101 | 1100010 | 1010001 | 10101 | 0 | 10001 | 111110 | 10000011 | 1100 | 100010 |
Color Harmonies of #4D6251
Complementary color
Monochromatic Colors of #4D6251
Black with #4D6251
Text Example
Text Example
White with #4D6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6251; }
p { color: rgb(77,98,81); }
H1.HeaderClassName
{
color: #4D6251;
}
.AnyTagClassName
{
color: #4D6251;
}
</style>
background-color css
<style>
a { background-color: #4D6251; }
a { background-color: rgb(77,98,81); }
div.DivClassName
{
background-color: #4D6251;
}
.BgClassName
{
background-color: #4D6251;
}
</style>
border-color css
<style>
span { border-color: #4D6251; }
span { border-color: rgb(77,98,81); }
td.TdClassName
{
border-color: #4D6251;
}
.TagClassName
{
border-color: #4D6251;
}
</style>