Shades of Mineral Green #47624D
Tints of Mineral Green #47624D
RGB
CMYK
RGB Variations
Color information
#47624D (or 0x47624D) is known color: Mineral Green. HEX triplet: 47, 62 and 4D. RGB value is (71,98,77). Sum of RGB (Red+Green+Blue) = 71+98+77=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 98 - color contains mainly: green. Hex color #47624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47624D is #B89DB2. Grayscale: #575757. Windows color (decimal): -12098995 or 5071431. OLE color: 5071431.
HSL color Cylindrical-coordinate representation of color #47624D: hue angle of 133.33º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47624D is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 98 | 77 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.62 |
| HSL | 133.33º | 0.16% | 0.33% | - |
| HSV(B) | 133.33º | 0.28% | 0.38% | - |
| XYZ | 8.31 | 10.61 | 8.63 | - |
| YUV | 87.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 77 | 0.28 | 0 | 0.21 | 0.62 | 133.33 | 0.16 | 0.33 |
| Hex | 47 | 62 | 4D | 1C | 0 | 15 | 3E | 85 | 10 | 21 |
| Octal | 107 | 142 | 115 | 34 | 0 | 25 | 76 | 205 | 20 | 41 |
| Binary | 1000111 | 1100010 | 1001101 | 11100 | 0 | 10101 | 111110 | 10000101 | 10000 | 100001 |
Color Harmonies of #47624D
Complementary color
Monochromatic Colors of #47624D
Black with #47624D
Text Example
Text Example
White with #47624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47624D; }
p { color: rgb(71,98,77); }
H1.HeaderClassName
{
color: #47624D;
}
.AnyTagClassName
{
color: #47624D;
}
</style>
background-color css
<style>
a { background-color: #47624D; }
a { background-color: rgb(71,98,77); }
div.DivClassName
{
background-color: #47624D;
}
.BgClassName
{
background-color: #47624D;
}
</style>
border-color css
<style>
span { border-color: #47624D; }
span { border-color: rgb(71,98,77); }
td.TdClassName
{
border-color: #47624D;
}
.TagClassName
{
border-color: #47624D;
}
</style>