Shades of Mineral Green #4D6853
Tints of Mineral Green #4D6853
RGB
CMYK
RGB Variations
Color information
#4D6853 (or 0x4D6853) is known color: Mineral Green. HEX triplet: 4D, 68 and 53. RGB value is (77,104,83). Sum of RGB (Red+Green+Blue) = 77+104+83=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6853 is #B297AC. Grayscale: #5D5D5D. Windows color (decimal): -11704237 or 5466189. OLE color: 5466189.
HSL color Cylindrical-coordinate representation of color #4D6853: hue angle of 133.33º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4D6853 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 83 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.59 |
| HSL | 133.33º | 0.15% | 0.35% | - |
| HSV(B) | 133.33º | 0.26% | 0.41% | - |
| XYZ | 9.57 | 12.1 | 10.02 | - |
| YUV | 93.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 83 | 0.26 | 0 | 0.20 | 0.59 | 133.33 | 0.15 | 0.35 |
| Hex | 4D | 68 | 53 | 1A | 0 | 14 | 3B | 85 | F | 23 |
| Octal | 115 | 150 | 123 | 32 | 0 | 24 | 73 | 205 | 17 | 43 |
| Binary | 1001101 | 1101000 | 1010011 | 11010 | 0 | 10100 | 111011 | 10000101 | 1111 | 100011 |
Color Harmonies of #4D6853
Complementary color
Monochromatic Colors of #4D6853
Black with #4D6853
Text Example
Text Example
White with #4D6853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6853; }
p { color: rgb(77,104,83); }
H1.HeaderClassName
{
color: #4D6853;
}
.AnyTagClassName
{
color: #4D6853;
}
</style>
background-color css
<style>
a { background-color: #4D6853; }
a { background-color: rgb(77,104,83); }
div.DivClassName
{
background-color: #4D6853;
}
.BgClassName
{
background-color: #4D6853;
}
</style>
border-color css
<style>
span { border-color: #4D6853; }
span { border-color: rgb(77,104,83); }
td.TdClassName
{
border-color: #4D6853;
}
.TagClassName
{
border-color: #4D6853;
}
</style>