Shades of Mineral Green #4D6354
Tints of Mineral Green #4D6354
RGB
CMYK
RGB Variations
Color information
#4D6354 (or 0x4D6354) is known color: Mineral Green. HEX triplet: 4D, 63 and 54. RGB value is (77,99,84). Sum of RGB (Red+Green+Blue) = 77+99+84=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #4D6354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6354 is #B29CAB. Grayscale: #5A5A5A. Windows color (decimal): -11705516 or 5530445. OLE color: 5530445.
HSL color Cylindrical-coordinate representation of color #4D6354: hue angle of 139.09º 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 #4D6354 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 77 | 99 | 84 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.61 |
| HSL | 139.09º | 0.13% | 0.35% | - |
| HSV(B) | 139.09º | 0.22% | 0.39% | - |
| XYZ | 9.12 | 11.14 | 10.06 | - |
| YUV | 90.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 99 | 84 | 0.22 | 0 | 0.15 | 0.61 | 139.09 | 0.13 | 0.35 |
| Hex | 4D | 63 | 54 | 16 | 0 | F | 3D | 8B | C | 23 |
| Octal | 115 | 143 | 124 | 26 | 0 | 17 | 75 | 213 | 14 | 43 |
| Binary | 1001101 | 1100011 | 1010100 | 10110 | 0 | 1111 | 111101 | 10001011 | 1100 | 100011 |
Color Harmonies of #4D6354
Complementary color
Monochromatic Colors of #4D6354
Black with #4D6354
Text Example
Text Example
White with #4D6354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6354; }
p { color: rgb(77,99,84); }
H1.HeaderClassName
{
color: #4D6354;
}
.AnyTagClassName
{
color: #4D6354;
}
</style>
background-color css
<style>
a { background-color: #4D6354; }
a { background-color: rgb(77,99,84); }
div.DivClassName
{
background-color: #4D6354;
}
.BgClassName
{
background-color: #4D6354;
}
</style>
border-color css
<style>
span { border-color: #4D6354; }
span { border-color: rgb(77,99,84); }
td.TdClassName
{
border-color: #4D6354;
}
.TagClassName
{
border-color: #4D6354;
}
</style>