Shades of Mineral Green #4D6350
Tints of Mineral Green #4D6350
RGB
CMYK
RGB Variations
Color information
#4D6350 (or 0x4D6350) is known color: Mineral Green. HEX triplet: 4D, 63 and 50. RGB value is (77,99,80). Sum of RGB (Red+Green+Blue) = 77+99+80=256 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.08% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #4D6350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6350 is #B29CAF. Grayscale: #5A5A5A. Windows color (decimal): -11705520 or 5268301. OLE color: 5268301.
HSL color Cylindrical-coordinate representation of color #4D6350: hue angle of 128.18º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4D6350 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 80 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.61 |
| HSL | 128.18º | 0.13% | 0.35% | - |
| HSV(B) | 128.18º | 0.22% | 0.39% | - |
| XYZ | 8.97 | 11.08 | 9.26 | - |
| YUV | 90.26 | 122.21 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 80 | 0.22 | 0 | 0.19 | 0.61 | 128.18 | 0.13 | 0.35 |
| Hex | 4D | 63 | 50 | 16 | 0 | 13 | 3D | 80 | C | 23 |
| Octal | 115 | 143 | 120 | 26 | 0 | 23 | 75 | 200 | 14 | 43 |
| Binary | 1001101 | 1100011 | 1010000 | 10110 | 0 | 10011 | 111101 | 10000000 | 1100 | 100011 |
Color Harmonies of #4D6350
Complementary color
Monochromatic Colors of #4D6350
Black with #4D6350
Text Example
Text Example
White with #4D6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6350; }
p { color: rgb(77,99,80); }
H1.HeaderClassName
{
color: #4D6350;
}
.AnyTagClassName
{
color: #4D6350;
}
</style>
background-color css
<style>
a { background-color: #4D6350; }
a { background-color: rgb(77,99,80); }
div.DivClassName
{
background-color: #4D6350;
}
.BgClassName
{
background-color: #4D6350;
}
</style>
border-color css
<style>
span { border-color: #4D6350; }
span { border-color: rgb(77,99,80); }
td.TdClassName
{
border-color: #4D6350;
}
.TagClassName
{
border-color: #4D6350;
}
</style>