Shades of Mineral Green #47664E
Tints of Mineral Green #47664E
RGB
CMYK
RGB Variations
Color information
#47664E (or 0x47664E) is known color: Mineral Green. HEX triplet: 47, 66 and 4E. RGB value is (71,102,78). Sum of RGB (Red+Green+Blue) = 71+102+78=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 102 - color contains mainly: green. Hex color #47664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47664E is #B899B1. Grayscale: #5A5A5A. Windows color (decimal): -12097970 or 5137991. OLE color: 5137991.
HSL color Cylindrical-coordinate representation of color #47664E: hue angle of 133.55º 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 #47664E is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 71 | 102 | 78 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.6 |
| HSL | 133.55º | 0.18% | 0.34% | - |
| HSV(B) | 133.55º | 0.3% | 0.4% | - |
| XYZ | 8.73 | 11.39 | 8.95 | - |
| YUV | 90 | 121.23 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 102 | 78 | 0.30 | 0 | 0.24 | 0.6 | 133.55 | 0.18 | 0.34 |
| Hex | 47 | 66 | 4E | 1E | 0 | 18 | 3C | 86 | 12 | 22 |
| Octal | 107 | 146 | 116 | 36 | 0 | 30 | 74 | 206 | 22 | 42 |
| Binary | 1000111 | 1100110 | 1001110 | 11110 | 0 | 11000 | 111100 | 10000110 | 10010 | 100010 |
Color Harmonies of #47664E
Complementary color
Monochromatic Colors of #47664E
Black with #47664E
Text Example
Text Example
White with #47664E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47664E; }
p { color: rgb(71,102,78); }
H1.HeaderClassName
{
color: #47664E;
}
.AnyTagClassName
{
color: #47664E;
}
</style>
background-color css
<style>
a { background-color: #47664E; }
a { background-color: rgb(71,102,78); }
div.DivClassName
{
background-color: #47664E;
}
.BgClassName
{
background-color: #47664E;
}
</style>
border-color css
<style>
span { border-color: #47664E; }
span { border-color: rgb(71,102,78); }
td.TdClassName
{
border-color: #47664E;
}
.TagClassName
{
border-color: #47664E;
}
</style>