Shades of Mineral Green #4D5F51
Tints of Mineral Green #4D5F51
RGB
CMYK
RGB Variations
Color information
#4D5F51 (or 0x4D5F51) is known color: Mineral Green. HEX triplet: 4D, 5F and 51. RGB value is (77,95,81). Sum of RGB (Red+Green+Blue) = 77+95+81=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 95 (37.5% from 255 or 37.55% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 95 - color contains mainly: green. Hex color #4D5F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5F51 is #B2A0AE. Grayscale: #585858. Windows color (decimal): -11706543 or 5332813. OLE color: 5332813.
HSL color Cylindrical-coordinate representation of color #4D5F51: hue angle of 133.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4D5F51 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 77 | 95 | 81 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.63 |
| HSL | 133.33º | 0.1% | 0.34% | - |
| HSV(B) | 133.33º | 0.19% | 0.37% | - |
| XYZ | 8.64 | 10.36 | 9.33 | - |
| YUV | 88.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 95 | 81 | 0.19 | 0 | 0.15 | 0.63 | 133.33 | 0.1 | 0.34 |
| Hex | 4D | 5F | 51 | 13 | 0 | F | 3F | 85 | A | 22 |
| Octal | 115 | 137 | 121 | 23 | 0 | 17 | 77 | 205 | 12 | 42 |
| Binary | 1001101 | 1011111 | 1010001 | 10011 | 0 | 1111 | 111111 | 10000101 | 1010 | 100010 |
Color Harmonies of #4D5F51
Complementary color
Monochromatic Colors of #4D5F51
Black with #4D5F51
Text Example
Text Example
White with #4D5F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5F51; }
p { color: rgb(77,95,81); }
H1.HeaderClassName
{
color: #4D5F51;
}
.AnyTagClassName
{
color: #4D5F51;
}
</style>
background-color css
<style>
a { background-color: #4D5F51; }
a { background-color: rgb(77,95,81); }
div.DivClassName
{
background-color: #4D5F51;
}
.BgClassName
{
background-color: #4D5F51;
}
</style>
border-color css
<style>
span { border-color: #4D5F51; }
span { border-color: rgb(77,95,81); }
td.TdClassName
{
border-color: #4D5F51;
}
.TagClassName
{
border-color: #4D5F51;
}
</style>