Shades of Mineral Green #4D6250
Tints of Mineral Green #4D6250
RGB
CMYK
RGB Variations
Color information
#4D6250 (or 0x4D6250) is known color: Mineral Green. HEX triplet: 4D, 62 and 50. RGB value is (77,98,80). Sum of RGB (Red+Green+Blue) = 77+98+80=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 98 (38.67% from 255 or 38.43% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 98 - color contains mainly: green. Hex color #4D6250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6250 is #B29DAF. Grayscale: #595959. Windows color (decimal): -11705776 or 5268045. OLE color: 5268045.
HSL color Cylindrical-coordinate representation of color #4D6250: hue angle of 128.57º 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 #4D6250 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 98 | 80 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.62 |
| HSL | 128.57º | 0.12% | 0.34% | - |
| HSV(B) | 128.57º | 0.21% | 0.38% | - |
| XYZ | 8.88 | 10.89 | 9.22 | - |
| YUV | 89.67 | 122.54 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 98 | 80 | 0.21 | 0 | 0.18 | 0.62 | 128.57 | 0.12 | 0.34 |
| Hex | 4D | 62 | 50 | 15 | 0 | 12 | 3E | 81 | C | 22 |
| Octal | 115 | 142 | 120 | 25 | 0 | 22 | 76 | 201 | 14 | 42 |
| Binary | 1001101 | 1100010 | 1010000 | 10101 | 0 | 10010 | 111110 | 10000001 | 1100 | 100010 |
Color Harmonies of #4D6250
Complementary color
Monochromatic Colors of #4D6250
Black with #4D6250
Text Example
Text Example
White with #4D6250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6250; }
p { color: rgb(77,98,80); }
H1.HeaderClassName
{
color: #4D6250;
}
.AnyTagClassName
{
color: #4D6250;
}
</style>
background-color css
<style>
a { background-color: #4D6250; }
a { background-color: rgb(77,98,80); }
div.DivClassName
{
background-color: #4D6250;
}
.BgClassName
{
background-color: #4D6250;
}
</style>
border-color css
<style>
span { border-color: #4D6250; }
span { border-color: rgb(77,98,80); }
td.TdClassName
{
border-color: #4D6250;
}
.TagClassName
{
border-color: #4D6250;
}
</style>