Shades of Mineral Green #47604D
Tints of Mineral Green #47604D
RGB
CMYK
RGB Variations
Color information
#47604D (or 0x47604D) is known color: Mineral Green. HEX triplet: 47, 60 and 4D. RGB value is (71,96,77). Sum of RGB (Red+Green+Blue) = 71+96+77=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #47604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47604D is #B89FB2. Grayscale: #565656. Windows color (decimal): -12099507 or 5070919. OLE color: 5070919.
HSL color Cylindrical-coordinate representation of color #47604D: hue angle of 134.4º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47604D is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 96 | 77 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.62 |
| HSL | 134.4º | 0.15% | 0.33% | - |
| HSV(B) | 134.4º | 0.26% | 0.38% | - |
| XYZ | 8.12 | 10.24 | 8.57 | - |
| YUV | 86.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 77 | 0.26 | 0 | 0.20 | 0.62 | 134.4 | 0.15 | 0.33 |
| Hex | 47 | 60 | 4D | 1A | 0 | 14 | 3E | 86 | F | 21 |
| Octal | 107 | 140 | 115 | 32 | 0 | 24 | 76 | 206 | 17 | 41 |
| Binary | 1000111 | 1100000 | 1001101 | 11010 | 0 | 10100 | 111110 | 10000110 | 1111 | 100001 |
Color Harmonies of #47604D
Complementary color
Monochromatic Colors of #47604D
Black with #47604D
Text Example
Text Example
White with #47604D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47604D; }
p { color: rgb(71,96,77); }
H1.HeaderClassName
{
color: #47604D;
}
.AnyTagClassName
{
color: #47604D;
}
</style>
background-color css
<style>
a { background-color: #47604D; }
a { background-color: rgb(71,96,77); }
div.DivClassName
{
background-color: #47604D;
}
.BgClassName
{
background-color: #47604D;
}
</style>
border-color css
<style>
span { border-color: #47604D; }
span { border-color: rgb(71,96,77); }
td.TdClassName
{
border-color: #47604D;
}
.TagClassName
{
border-color: #47604D;
}
</style>