Shades of Mineral Green #4D6052
Tints of Mineral Green #4D6052
RGB
CMYK
RGB Variations
Color information
#4D6052 (or 0x4D6052) is known color: Mineral Green. HEX triplet: 4D, 60 and 52. RGB value is (77,96,82). Sum of RGB (Red+Green+Blue) = 77+96+82=255 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.20% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 96 - color contains mainly: green. Hex color #4D6052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6052 is #B29FAD. Grayscale: #585858. Windows color (decimal): -11706286 or 5398605. OLE color: 5398605.
HSL color Cylindrical-coordinate representation of color #4D6052: hue angle of 135.79º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4D6052 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 96 | 82 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.62 |
| HSL | 135.79º | 0.11% | 0.34% | - |
| HSV(B) | 135.79º | 0.2% | 0.38% | - |
| XYZ | 8.77 | 10.55 | 9.56 | - |
| YUV | 88.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 96 | 82 | 0.20 | 0 | 0.15 | 0.62 | 135.79 | 0.11 | 0.34 |
| Hex | 4D | 60 | 52 | 14 | 0 | F | 3E | 88 | B | 22 |
| Octal | 115 | 140 | 122 | 24 | 0 | 17 | 76 | 210 | 13 | 42 |
| Binary | 1001101 | 1100000 | 1010010 | 10100 | 0 | 1111 | 111110 | 10001000 | 1011 | 100010 |
Color Harmonies of #4D6052
Complementary color
Monochromatic Colors of #4D6052
Black with #4D6052
Text Example
Text Example
White with #4D6052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6052; }
p { color: rgb(77,96,82); }
H1.HeaderClassName
{
color: #4D6052;
}
.AnyTagClassName
{
color: #4D6052;
}
</style>
background-color css
<style>
a { background-color: #4D6052; }
a { background-color: rgb(77,96,82); }
div.DivClassName
{
background-color: #4D6052;
}
.BgClassName
{
background-color: #4D6052;
}
</style>
border-color css
<style>
span { border-color: #4D6052; }
span { border-color: rgb(77,96,82); }
td.TdClassName
{
border-color: #4D6052;
}
.TagClassName
{
border-color: #4D6052;
}
</style>