Shades of Mineral Green #4C6551
Tints of Mineral Green #4C6551
RGB
CMYK
RGB Variations
Color information
#4C6551 (or 0x4C6551) is known color: Mineral Green. HEX triplet: 4C, 65 and 51. RGB value is (76,101,81). Sum of RGB (Red+Green+Blue) = 76+101+81=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #4C6551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6551 is #B39AAE. Grayscale: #5B5B5B. Windows color (decimal): -11770543 or 5334348. OLE color: 5334348.
HSL color Cylindrical-coordinate representation of color #4C6551: hue angle of 132º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C6551 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 76 | 101 | 81 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.60 |
| HSL | 132º | 0.14% | 0.35% | - |
| HSV(B) | 132º | 0.25% | 0.4% | - |
| XYZ | 9.12 | 11.44 | 9.51 | - |
| YUV | 91.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 101 | 81 | 0.25 | 0 | 0.20 | 0.60 | 132 | 0.14 | 0.35 |
| Hex | 4C | 65 | 51 | 19 | 0 | 14 | 3C | 84 | E | 23 |
| Octal | 114 | 145 | 121 | 31 | 0 | 24 | 74 | 204 | 16 | 43 |
| Binary | 1001100 | 1100101 | 1010001 | 11001 | 0 | 10100 | 111100 | 10000100 | 1110 | 100011 |
Color Harmonies of #4C6551
Complementary color
Monochromatic Colors of #4C6551
Black with #4C6551
Text Example
Text Example
White with #4C6551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6551; }
p { color: rgb(76,101,81); }
H1.HeaderClassName
{
color: #4C6551;
}
.AnyTagClassName
{
color: #4C6551;
}
</style>
background-color css
<style>
a { background-color: #4C6551; }
a { background-color: rgb(76,101,81); }
div.DivClassName
{
background-color: #4C6551;
}
.BgClassName
{
background-color: #4C6551;
}
</style>
border-color css
<style>
span { border-color: #4C6551; }
span { border-color: rgb(76,101,81); }
td.TdClassName
{
border-color: #4C6551;
}
.TagClassName
{
border-color: #4C6551;
}
</style>