Shades of Mineral Green #4F6053
Tints of Mineral Green #4F6053
RGB
CMYK
RGB Variations
Color information
#4F6053 (or 0x4F6053) is known color: Mineral Green. HEX triplet: 4F, 60 and 53. RGB value is (79,96,83). Sum of RGB (Red+Green+Blue) = 79+96+83=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #4F6053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6053 is #B09FAC. Grayscale: #595959. Windows color (decimal): -11575213 or 5464143. OLE color: 5464143.
HSL color Cylindrical-coordinate representation of color #4F6053: hue angle of 134.12º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4F6053 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 96 | 83 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.62 |
| HSL | 134.12º | 0.1% | 0.34% | - |
| HSV(B) | 134.12º | 0.18% | 0.38% | - |
| XYZ | 8.97 | 10.65 | 9.77 | - |
| YUV | 89.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 96 | 83 | 0.18 | 0 | 0.14 | 0.62 | 134.12 | 0.1 | 0.34 |
| Hex | 4F | 60 | 53 | 12 | 0 | E | 3E | 86 | A | 22 |
| Octal | 117 | 140 | 123 | 22 | 0 | 16 | 76 | 206 | 12 | 42 |
| Binary | 1001111 | 1100000 | 1010011 | 10010 | 0 | 1110 | 111110 | 10000110 | 1010 | 100010 |
Color Harmonies of #4F6053
Complementary color
Monochromatic Colors of #4F6053
Black with #4F6053
Text Example
Text Example
White with #4F6053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6053; }
p { color: rgb(79,96,83); }
H1.HeaderClassName
{
color: #4F6053;
}
.AnyTagClassName
{
color: #4F6053;
}
</style>
background-color css
<style>
a { background-color: #4F6053; }
a { background-color: rgb(79,96,83); }
div.DivClassName
{
background-color: #4F6053;
}
.BgClassName
{
background-color: #4F6053;
}
</style>
border-color css
<style>
span { border-color: #4F6053; }
span { border-color: rgb(79,96,83); }
td.TdClassName
{
border-color: #4F6053;
}
.TagClassName
{
border-color: #4F6053;
}
</style>