Shades of Mineral Green #47664D
Tints of Mineral Green #47664D
RGB
CMYK
RGB Variations
Color information
#47664D (or 0x47664D) is known color: Mineral Green. HEX triplet: 47, 66 and 4D. RGB value is (71,102,77). Sum of RGB (Red+Green+Blue) = 71+102+77=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 77 (30.47% from 255 or 30.8% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #47664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47664D is #B899B2. Grayscale: #595959. Windows color (decimal): -12097971 or 5072455. OLE color: 5072455.
HSL color Cylindrical-coordinate representation of color #47664D: hue angle of 131.61º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47664D is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 102 | 77 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.6 |
| HSL | 131.61º | 0.18% | 0.34% | - |
| HSV(B) | 131.61º | 0.3% | 0.4% | - |
| XYZ | 8.69 | 11.38 | 8.76 | - |
| YUV | 89.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 77 | 0.30 | 0 | 0.25 | 0.6 | 131.61 | 0.18 | 0.34 |
| Hex | 47 | 66 | 4D | 1E | 0 | 19 | 3C | 84 | 12 | 22 |
| Octal | 107 | 146 | 115 | 36 | 0 | 31 | 74 | 204 | 22 | 42 |
| Binary | 1000111 | 1100110 | 1001101 | 11110 | 0 | 11001 | 111100 | 10000100 | 10010 | 100010 |
Color Harmonies of #47664D
Complementary color
Monochromatic Colors of #47664D
Black with #47664D
Text Example
Text Example
White with #47664D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47664D; }
p { color: rgb(71,102,77); }
H1.HeaderClassName
{
color: #47664D;
}
.AnyTagClassName
{
color: #47664D;
}
</style>
background-color css
<style>
a { background-color: #47664D; }
a { background-color: rgb(71,102,77); }
div.DivClassName
{
background-color: #47664D;
}
.BgClassName
{
background-color: #47664D;
}
</style>
border-color css
<style>
span { border-color: #47664D; }
span { border-color: rgb(71,102,77); }
td.TdClassName
{
border-color: #47664D;
}
.TagClassName
{
border-color: #47664D;
}
</style>