Shades of Mineral Green #4C6252
Tints of Mineral Green #4C6252
RGB
CMYK
RGB Variations
Color information
#4C6252 (or 0x4C6252) is known color: Mineral Green. HEX triplet: 4C, 62 and 52. RGB value is (76,98,82). Sum of RGB (Red+Green+Blue) = 76+98+82=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #4C6252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6252 is #B39DAD. Grayscale: #595959. Windows color (decimal): -11771310 or 5399116. OLE color: 5399116.
HSL color Cylindrical-coordinate representation of color #4C6252: hue angle of 136.36º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4C6252 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 76 | 98 | 82 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.62 |
| HSL | 136.36º | 0.13% | 0.34% | - |
| HSV(B) | 136.36º | 0.22% | 0.38% | - |
| XYZ | 8.87 | 10.88 | 9.62 | - |
| YUV | 89.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 98 | 82 | 0.22 | 0 | 0.16 | 0.62 | 136.36 | 0.13 | 0.34 |
| Hex | 4C | 62 | 52 | 16 | 0 | 10 | 3E | 88 | D | 22 |
| Octal | 114 | 142 | 122 | 26 | 0 | 20 | 76 | 210 | 15 | 42 |
| Binary | 1001100 | 1100010 | 1010010 | 10110 | 0 | 10000 | 111110 | 10001000 | 1101 | 100010 |
Color Harmonies of #4C6252
Complementary color
Monochromatic Colors of #4C6252
Black with #4C6252
Text Example
Text Example
White with #4C6252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6252; }
p { color: rgb(76,98,82); }
H1.HeaderClassName
{
color: #4C6252;
}
.AnyTagClassName
{
color: #4C6252;
}
</style>
background-color css
<style>
a { background-color: #4C6252; }
a { background-color: rgb(76,98,82); }
div.DivClassName
{
background-color: #4C6252;
}
.BgClassName
{
background-color: #4C6252;
}
</style>
border-color css
<style>
span { border-color: #4C6252; }
span { border-color: rgb(76,98,82); }
td.TdClassName
{
border-color: #4C6252;
}
.TagClassName
{
border-color: #4C6252;
}
</style>