Shades of Mineral Green #4D6051
Tints of Mineral Green #4D6051
RGB
CMYK
RGB Variations
Color information
#4D6051 (or 0x4D6051) is known color: Mineral Green. HEX triplet: 4D, 60 and 51. RGB value is (77,96,81). Sum of RGB (Red+Green+Blue) = 77+96+81=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6051 is #B29FAE. Grayscale: #585858. Windows color (decimal): -11706287 or 5333069. OLE color: 5333069.
HSL color Cylindrical-coordinate representation of color #4D6051: hue angle of 132.63º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D6051 is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 81 | - |
| CMYK | 0.20 | 0 | 0.16 | 0.62 |
| HSL | 132.63º | 0.11% | 0.34% | - |
| HSV(B) | 132.63º | 0.2% | 0.38% | - |
| XYZ | 8.73 | 10.54 | 9.36 | - |
| YUV | 88.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 81 | 0.20 | 0 | 0.16 | 0.62 | 132.63 | 0.11 | 0.34 |
| Hex | 4D | 60 | 51 | 14 | 0 | 10 | 3E | 85 | B | 22 |
| Octal | 115 | 140 | 121 | 24 | 0 | 20 | 76 | 205 | 13 | 42 |
| Binary | 1001101 | 1100000 | 1010001 | 10100 | 0 | 10000 | 111110 | 10000101 | 1011 | 100010 |
Color Harmonies of #4D6051
Complementary color
Monochromatic Colors of #4D6051
Black with #4D6051
Text Example
Text Example
White with #4D6051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6051; }
p { color: rgb(77,96,81); }
H1.HeaderClassName
{
color: #4D6051;
}
.AnyTagClassName
{
color: #4D6051;
}
</style>
background-color css
<style>
a { background-color: #4D6051; }
a { background-color: rgb(77,96,81); }
div.DivClassName
{
background-color: #4D6051;
}
.BgClassName
{
background-color: #4D6051;
}
</style>
border-color css
<style>
span { border-color: #4D6051; }
span { border-color: rgb(77,96,81); }
td.TdClassName
{
border-color: #4D6051;
}
.TagClassName
{
border-color: #4D6051;
}
</style>