Shades of Mineral Green #4E534F
Tints of Mineral Green #4E534F
RGB
CMYK
RGB Variations
Color information
#4E534F (or 0x4E534F) is known color: Mineral Green. HEX triplet: 4E, 53 and 4F. RGB value is (78,83,79). Sum of RGB (Red+Green+Blue) = 78+83+79=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 83 (32.81% from 255 or 34.58% from 240); Blue value is 79 (31.25% from 255 or 32.92% from 240); Max value from RGB is 83 - color contains mainly: green. Hex color #4E534F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E534F is #B1ACB0. Grayscale: #515151. Windows color (decimal): -11644081 or 5198670. OLE color: 5198670.
HSL color Cylindrical-coordinate representation of color #4E534F: hue angle of 132º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4E534F is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 79 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.67 |
| HSL | 132º | 0.03% | 0.32% | - |
| HSV(B) | 132º | 0.06% | 0.33% | - |
| XYZ | 7.65 | 8.37 | 8.61 | - |
| YUV | 81.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 79 | 0.06 | 0 | 0.05 | 0.67 | 132 | 0.03 | 0.32 |
| Hex | 4E | 53 | 4F | 6 | 0 | 5 | 43 | 84 | 3 | 20 |
| Octal | 116 | 123 | 117 | 6 | 0 | 5 | 103 | 204 | 3 | 40 |
| Binary | 1001110 | 1010011 | 1001111 | 110 | 0 | 101 | 1000011 | 10000100 | 11 | 100000 |
Color Harmonies of #4E534F
Complementary color
Monochromatic Colors of #4E534F
Black with #4E534F
Text Example
Text Example
White with #4E534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E534F; }
p { color: rgb(78,83,79); }
H1.HeaderClassName
{
color: #4E534F;
}
.AnyTagClassName
{
color: #4E534F;
}
</style>
background-color css
<style>
a { background-color: #4E534F; }
a { background-color: rgb(78,83,79); }
div.DivClassName
{
background-color: #4E534F;
}
.BgClassName
{
background-color: #4E534F;
}
</style>
border-color css
<style>
span { border-color: #4E534F; }
span { border-color: rgb(78,83,79); }
td.TdClassName
{
border-color: #4E534F;
}
.TagClassName
{
border-color: #4E534F;
}
</style>