Shades of Mineral Green #4D6852
Tints of Mineral Green #4D6852
RGB
CMYK
RGB Variations
Color information
#4D6852 (or 0x4D6852) is known color: Mineral Green. HEX triplet: 4D, 68 and 52. RGB value is (77,104,82). Sum of RGB (Red+Green+Blue) = 77+104+82=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6852 is #B297AD. Grayscale: #5D5D5D. Windows color (decimal): -11704238 or 5400653. OLE color: 5400653.
HSL color Cylindrical-coordinate representation of color #4D6852: hue angle of 131.11º 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 #4D6852 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 82 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.59 |
| HSL | 131.11º | 0.15% | 0.35% | - |
| HSV(B) | 131.11º | 0.26% | 0.41% | - |
| XYZ | 9.53 | 12.09 | 9.81 | - |
| YUV | 93.42 | 121.55 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 82 | 0.26 | 0 | 0.21 | 0.59 | 131.11 | 0.15 | 0.35 |
| Hex | 4D | 68 | 52 | 1A | 0 | 15 | 3B | 83 | F | 23 |
| Octal | 115 | 150 | 122 | 32 | 0 | 25 | 73 | 203 | 17 | 43 |
| Binary | 1001101 | 1101000 | 1010010 | 11010 | 0 | 10101 | 111011 | 10000011 | 1111 | 100011 |
Color Harmonies of #4D6852
Complementary color
Monochromatic Colors of #4D6852
Black with #4D6852
Text Example
Text Example
White with #4D6852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6852; }
p { color: rgb(77,104,82); }
H1.HeaderClassName
{
color: #4D6852;
}
.AnyTagClassName
{
color: #4D6852;
}
</style>
background-color css
<style>
a { background-color: #4D6852; }
a { background-color: rgb(77,104,82); }
div.DivClassName
{
background-color: #4D6852;
}
.BgClassName
{
background-color: #4D6852;
}
</style>
border-color css
<style>
span { border-color: #4D6852; }
span { border-color: rgb(77,104,82); }
td.TdClassName
{
border-color: #4D6852;
}
.TagClassName
{
border-color: #4D6852;
}
</style>