Shades of Mineral Green #4F5851
Tints of Mineral Green #4F5851
RGB
CMYK
RGB Variations
Color information
#4F5851 (or 0x4F5851) is known color: Mineral Green. HEX triplet: 4F, 58 and 51. RGB value is (79,88,81). Sum of RGB (Red+Green+Blue) = 79+88+81=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 81 (32.03% from 255 or 32.66% from 248); Max value from RGB is 88 - color contains mainly: green. Hex color #4F5851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5851 is #B0A7AE. Grayscale: #545454. Windows color (decimal): -11577263 or 5331023. OLE color: 5331023.
HSL color Cylindrical-coordinate representation of color #4F5851: hue angle of 133.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F5851 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 88 | 81 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.65 |
| HSL | 133.33º | 0.05% | 0.33% | - |
| HSV(B) | 133.33º | 0.1% | 0.35% | - |
| XYZ | 8.2 | 9.24 | 9.14 | - |
| YUV | 84.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 81 | 0.10 | 0 | 0.08 | 0.65 | 133.33 | 0.05 | 0.33 |
| Hex | 4F | 58 | 51 | A | 0 | 8 | 41 | 85 | 5 | 21 |
| Octal | 117 | 130 | 121 | 12 | 0 | 10 | 101 | 205 | 5 | 41 |
| Binary | 1001111 | 1011000 | 1010001 | 1010 | 0 | 1000 | 1000001 | 10000101 | 101 | 100001 |
Color Harmonies of #4F5851
Complementary color
Monochromatic Colors of #4F5851
Black with #4F5851
Text Example
Text Example
White with #4F5851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5851; }
p { color: rgb(79,88,81); }
H1.HeaderClassName
{
color: #4F5851;
}
.AnyTagClassName
{
color: #4F5851;
}
</style>
background-color css
<style>
a { background-color: #4F5851; }
a { background-color: rgb(79,88,81); }
div.DivClassName
{
background-color: #4F5851;
}
.BgClassName
{
background-color: #4F5851;
}
</style>
border-color css
<style>
span { border-color: #4F5851; }
span { border-color: rgb(79,88,81); }
td.TdClassName
{
border-color: #4F5851;
}
.TagClassName
{
border-color: #4F5851;
}
</style>