Shades of Mineral Green #4F6553
Tints of Mineral Green #4F6553
RGB
CMYK
RGB Variations
Color information
#4F6553 (or 0x4F6553) is known color: Mineral Green. HEX triplet: 4F, 65 and 53. RGB value is (79,101,83). Sum of RGB (Red+Green+Blue) = 79+101+83=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 101 - color contains mainly: green. Hex color #4F6553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6553 is #B09AAC. Grayscale: #5C5C5C. Windows color (decimal): -11573933 or 5465423. OLE color: 5465423.
HSL color Cylindrical-coordinate representation of color #4F6553: hue angle of 130.91º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4F6553 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 79 | 101 | 83 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.60 |
| HSL | 130.91º | 0.12% | 0.35% | - |
| HSV(B) | 130.91º | 0.22% | 0.4% | - |
| XYZ | 9.44 | 11.59 | 9.92 | - |
| YUV | 92.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 101 | 83 | 0.22 | 0 | 0.18 | 0.60 | 130.91 | 0.12 | 0.35 |
| Hex | 4F | 65 | 53 | 16 | 0 | 12 | 3C | 83 | C | 23 |
| Octal | 117 | 145 | 123 | 26 | 0 | 22 | 74 | 203 | 14 | 43 |
| Binary | 1001111 | 1100101 | 1010011 | 10110 | 0 | 10010 | 111100 | 10000011 | 1100 | 100011 |
Color Harmonies of #4F6553
Complementary color
Monochromatic Colors of #4F6553
Black with #4F6553
Text Example
Text Example
White with #4F6553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6553; }
p { color: rgb(79,101,83); }
H1.HeaderClassName
{
color: #4F6553;
}
.AnyTagClassName
{
color: #4F6553;
}
</style>
background-color css
<style>
a { background-color: #4F6553; }
a { background-color: rgb(79,101,83); }
div.DivClassName
{
background-color: #4F6553;
}
.BgClassName
{
background-color: #4F6553;
}
</style>
border-color css
<style>
span { border-color: #4F6553; }
span { border-color: rgb(79,101,83); }
td.TdClassName
{
border-color: #4F6553;
}
.TagClassName
{
border-color: #4F6553;
}
</style>