Shades of Mineral Green #4D6854
Tints of Mineral Green #4D6854
RGB
CMYK
RGB Variations
Color information
#4D6854 (or 0x4D6854) is known color: Mineral Green. HEX triplet: 4D, 68 and 54. RGB value is (77,104,84). Sum of RGB (Red+Green+Blue) = 77+104+84=265 (35% of max value = 765). Red value is 77 (30.47% from 255 or 29.06% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #4D6854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6854 is #B297AB. Grayscale: #5D5D5D. Windows color (decimal): -11704236 or 5531725. OLE color: 5531725.
HSL color Cylindrical-coordinate representation of color #4D6854: hue angle of 135.56º 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 #4D6854 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 104 | 84 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.59 |
| HSL | 135.56º | 0.15% | 0.35% | - |
| HSV(B) | 135.56º | 0.26% | 0.41% | - |
| XYZ | 9.61 | 12.12 | 10.22 | - |
| YUV | 93.65 | 122.55 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 104 | 84 | 0.26 | 0 | 0.19 | 0.59 | 135.56 | 0.15 | 0.35 |
| Hex | 4D | 68 | 54 | 1A | 0 | 13 | 3B | 88 | F | 23 |
| Octal | 115 | 150 | 124 | 32 | 0 | 23 | 73 | 210 | 17 | 43 |
| Binary | 1001101 | 1101000 | 1010100 | 11010 | 0 | 10011 | 111011 | 10001000 | 1111 | 100011 |
Color Harmonies of #4D6854
Complementary color
Monochromatic Colors of #4D6854
Black with #4D6854
Text Example
Text Example
White with #4D6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6854; }
p { color: rgb(77,104,84); }
H1.HeaderClassName
{
color: #4D6854;
}
.AnyTagClassName
{
color: #4D6854;
}
</style>
background-color css
<style>
a { background-color: #4D6854; }
a { background-color: rgb(77,104,84); }
div.DivClassName
{
background-color: #4D6854;
}
.BgClassName
{
background-color: #4D6854;
}
</style>
border-color css
<style>
span { border-color: #4D6854; }
span { border-color: rgb(77,104,84); }
td.TdClassName
{
border-color: #4D6854;
}
.TagClassName
{
border-color: #4D6854;
}
</style>