Shades of Mineral Green #47654F
Tints of Mineral Green #47654F
RGB
CMYK
RGB Variations
Color information
#47654F (or 0x47654F) is known color: Mineral Green. HEX triplet: 47, 65 and 4F. RGB value is (71,101,79). Sum of RGB (Red+Green+Blue) = 71+101+79=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #47654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47654F is #B89AB0. Grayscale: #595959. Windows color (decimal): -12098225 or 5203271. OLE color: 5203271.
HSL color Cylindrical-coordinate representation of color #47654F: hue angle of 136º degrees, saturation: 0.17, 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 #47654F is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 101 | 79 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.60 |
| HSL | 136º | 0.17% | 0.34% | - |
| HSV(B) | 136º | 0.3% | 0.4% | - |
| XYZ | 8.66 | 11.21 | 9.1 | - |
| YUV | 89.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 79 | 0.30 | 0 | 0.22 | 0.60 | 136 | 0.17 | 0.34 |
| Hex | 47 | 65 | 4F | 1E | 0 | 16 | 3C | 88 | 11 | 22 |
| Octal | 107 | 145 | 117 | 36 | 0 | 26 | 74 | 210 | 21 | 42 |
| Binary | 1000111 | 1100101 | 1001111 | 11110 | 0 | 10110 | 111100 | 10001000 | 10001 | 100010 |
Color Harmonies of #47654F
Complementary color
Monochromatic Colors of #47654F
Black with #47654F
Text Example
Text Example
White with #47654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47654F; }
p { color: rgb(71,101,79); }
H1.HeaderClassName
{
color: #47654F;
}
.AnyTagClassName
{
color: #47654F;
}
</style>
background-color css
<style>
a { background-color: #47654F; }
a { background-color: rgb(71,101,79); }
div.DivClassName
{
background-color: #47654F;
}
.BgClassName
{
background-color: #47654F;
}
</style>
border-color css
<style>
span { border-color: #47654F; }
span { border-color: rgb(71,101,79); }
td.TdClassName
{
border-color: #47654F;
}
.TagClassName
{
border-color: #47654F;
}
</style>