Shades of Mineral Green #4C6956
Tints of Mineral Green #4C6956
RGB
CMYK
RGB Variations
Color information
#4C6956 (or 0x4C6956) is known color: Mineral Green. HEX triplet: 4C, 69 and 56. RGB value is (76,105,86). Sum of RGB (Red+Green+Blue) = 76+105+86=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #4C6956 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6956 is #B396A9. Grayscale: #5E5E5E. Windows color (decimal): -11769514 or 5663052. OLE color: 5663052.
HSL color Cylindrical-coordinate representation of color #4C6956: hue angle of 140.69º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C6956 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 76 | 105 | 86 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.59 |
| HSL | 140.69º | 0.16% | 0.35% | - |
| HSV(B) | 140.69º | 0.28% | 0.41% | - |
| XYZ | 9.71 | 12.31 | 10.67 | - |
| YUV | 94.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 105 | 86 | 0.28 | 0 | 0.18 | 0.59 | 140.69 | 0.16 | 0.35 |
| Hex | 4C | 69 | 56 | 1C | 0 | 12 | 3B | 8D | 10 | 23 |
| Octal | 114 | 151 | 126 | 34 | 0 | 22 | 73 | 215 | 20 | 43 |
| Binary | 1001100 | 1101001 | 1010110 | 11100 | 0 | 10010 | 111011 | 10001101 | 10000 | 100011 |
Color Harmonies of #4C6956
Complementary color
Monochromatic Colors of #4C6956
Black with #4C6956
Text Example
Text Example
White with #4C6956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C6956; }
p { color: rgb(76,105,86); }
H1.HeaderClassName
{
color: #4C6956;
}
.AnyTagClassName
{
color: #4C6956;
}
</style>
background-color css
<style>
a { background-color: #4C6956; }
a { background-color: rgb(76,105,86); }
div.DivClassName
{
background-color: #4C6956;
}
.BgClassName
{
background-color: #4C6956;
}
</style>
border-color css
<style>
span { border-color: #4C6956; }
span { border-color: rgb(76,105,86); }
td.TdClassName
{
border-color: #4C6956;
}
.TagClassName
{
border-color: #4C6956;
}
</style>