Shades of Mineral Green #4F6253
Tints of Mineral Green #4F6253
RGB
CMYK
RGB Variations
Color information
#4F6253 (or 0x4F6253) is known color: Mineral Green. HEX triplet: 4F, 62 and 53. RGB value is (79,98,83). Sum of RGB (Red+Green+Blue) = 79+98+83=260 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.38% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 98 - color contains mainly: green. Hex color #4F6253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6253 is #B09DAC. Grayscale: #5A5A5A. Windows color (decimal): -11574701 or 5464655. OLE color: 5464655.
HSL color Cylindrical-coordinate representation of color #4F6253: hue angle of 132.63º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F6253 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 98 | 83 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.62 |
| HSL | 132.63º | 0.11% | 0.35% | - |
| HSV(B) | 132.63º | 0.19% | 0.38% | - |
| XYZ | 9.15 | 11.02 | 9.83 | - |
| YUV | 90.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 98 | 83 | 0.19 | 0 | 0.15 | 0.62 | 132.63 | 0.11 | 0.35 |
| Hex | 4F | 62 | 53 | 13 | 0 | F | 3E | 85 | B | 23 |
| Octal | 117 | 142 | 123 | 23 | 0 | 17 | 76 | 205 | 13 | 43 |
| Binary | 1001111 | 1100010 | 1010011 | 10011 | 0 | 1111 | 111110 | 10000101 | 1011 | 100011 |
Color Harmonies of #4F6253
Complementary color
Monochromatic Colors of #4F6253
Black with #4F6253
Text Example
Text Example
White with #4F6253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6253; }
p { color: rgb(79,98,83); }
H1.HeaderClassName
{
color: #4F6253;
}
.AnyTagClassName
{
color: #4F6253;
}
</style>
background-color css
<style>
a { background-color: #4F6253; }
a { background-color: rgb(79,98,83); }
div.DivClassName
{
background-color: #4F6253;
}
.BgClassName
{
background-color: #4F6253;
}
</style>
border-color css
<style>
span { border-color: #4F6253; }
span { border-color: rgb(79,98,83); }
td.TdClassName
{
border-color: #4F6253;
}
.TagClassName
{
border-color: #4F6253;
}
</style>