Shades of Mineral Green #47684F
Tints of Mineral Green #47684F
RGB
CMYK
RGB Variations
Color information
#47684F (or 0x47684F) is known color: Mineral Green. HEX triplet: 47, 68 and 4F. RGB value is (71,104,79). Sum of RGB (Red+Green+Blue) = 71+104+79=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 104 - color contains mainly: green. Hex color #47684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47684F is #B897B0. Grayscale: #5B5B5B. Windows color (decimal): -12097457 or 5204039. OLE color: 5204039.
HSL color Cylindrical-coordinate representation of color #47684F: hue angle of 134.55º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47684F is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 79 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.59 |
| HSL | 134.55º | 0.19% | 0.34% | - |
| HSV(B) | 134.55º | 0.32% | 0.41% | - |
| XYZ | 8.96 | 11.8 | 9.2 | - |
| YUV | 91.28 | 121.07 | 113.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 79 | 0.32 | 0 | 0.24 | 0.59 | 134.55 | 0.19 | 0.34 |
| Hex | 47 | 68 | 4F | 20 | 0 | 18 | 3B | 87 | 13 | 22 |
| Octal | 107 | 150 | 117 | 40 | 0 | 30 | 73 | 207 | 23 | 42 |
| Binary | 1000111 | 1101000 | 1001111 | 100000 | 0 | 11000 | 111011 | 10000111 | 10011 | 100010 |
Color Harmonies of #47684F
Complementary color
Monochromatic Colors of #47684F
Black with #47684F
Text Example
Text Example
White with #47684F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47684F; }
p { color: rgb(71,104,79); }
H1.HeaderClassName
{
color: #47684F;
}
.AnyTagClassName
{
color: #47684F;
}
</style>
background-color css
<style>
a { background-color: #47684F; }
a { background-color: rgb(71,104,79); }
div.DivClassName
{
background-color: #47684F;
}
.BgClassName
{
background-color: #47684F;
}
</style>
border-color css
<style>
span { border-color: #47684F; }
span { border-color: rgb(71,104,79); }
td.TdClassName
{
border-color: #47684F;
}
.TagClassName
{
border-color: #47684F;
}
</style>