Shades of Mineral Green #47644F
Tints of Mineral Green #47644F
RGB
CMYK
RGB Variations
Color information
#47644F (or 0x47644F) is known color: Mineral Green. HEX triplet: 47, 64 and 4F. RGB value is (71,100,79). Sum of RGB (Red+Green+Blue) = 71+100+79=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #47644F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47644F is #B89BB0. Grayscale: #585858. Windows color (decimal): -12098481 or 5203015. OLE color: 5203015.
HSL color Cylindrical-coordinate representation of color #47644F: hue angle of 136.55º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #47644F is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 100 | 79 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.61 |
| HSL | 136.55º | 0.17% | 0.34% | - |
| HSV(B) | 136.55º | 0.29% | 0.39% | - |
| XYZ | 8.57 | 11.02 | 9.07 | - |
| YUV | 88.94 | 122.39 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 79 | 0.29 | 0 | 0.21 | 0.61 | 136.55 | 0.17 | 0.34 |
| Hex | 47 | 64 | 4F | 1D | 0 | 15 | 3D | 89 | 11 | 22 |
| Octal | 107 | 144 | 117 | 35 | 0 | 25 | 75 | 211 | 21 | 42 |
| Binary | 1000111 | 1100100 | 1001111 | 11101 | 0 | 10101 | 111101 | 10001001 | 10001 | 100010 |
Color Harmonies of #47644F
Complementary color
Monochromatic Colors of #47644F
Black with #47644F
Text Example
Text Example
White with #47644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47644F; }
p { color: rgb(71,100,79); }
H1.HeaderClassName
{
color: #47644F;
}
.AnyTagClassName
{
color: #47644F;
}
</style>
background-color css
<style>
a { background-color: #47644F; }
a { background-color: rgb(71,100,79); }
div.DivClassName
{
background-color: #47644F;
}
.BgClassName
{
background-color: #47644F;
}
</style>
border-color css
<style>
span { border-color: #47644F; }
span { border-color: rgb(71,100,79); }
td.TdClassName
{
border-color: #47644F;
}
.TagClassName
{
border-color: #47644F;
}
</style>