Shades of Mineral Green #47604C
Tints of Mineral Green #47604C
RGB
CMYK
RGB Variations
Color information
#47604C (or 0x47604C) is known color: Mineral Green. HEX triplet: 47, 60 and 4C. RGB value is (71,96,76). Sum of RGB (Red+Green+Blue) = 71+96+76=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 96 (37.89% from 255 or 39.51% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 96 - color contains mainly: green. Hex color #47604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47604C is #B89FB3. Grayscale: #565656. Windows color (decimal): -12099508 or 5005383. OLE color: 5005383.
HSL color Cylindrical-coordinate representation of color #47604C: hue angle of 132º 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 #47604C is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 96 | 76 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.62 |
| HSL | 132º | 0.15% | 0.33% | - |
| HSV(B) | 132º | 0.26% | 0.38% | - |
| XYZ | 8.09 | 10.23 | 8.39 | - |
| YUV | 86.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 76 | 0.26 | 0 | 0.21 | 0.62 | 132 | 0.15 | 0.33 |
| Hex | 47 | 60 | 4C | 1A | 0 | 15 | 3E | 84 | F | 21 |
| Octal | 107 | 140 | 114 | 32 | 0 | 25 | 76 | 204 | 17 | 41 |
| Binary | 1000111 | 1100000 | 1001100 | 11010 | 0 | 10101 | 111110 | 10000100 | 1111 | 100001 |
Color Harmonies of #47604C
Complementary color
Monochromatic Colors of #47604C
Black with #47604C
Text Example
Text Example
White with #47604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47604C; }
p { color: rgb(71,96,76); }
H1.HeaderClassName
{
color: #47604C;
}
.AnyTagClassName
{
color: #47604C;
}
</style>
background-color css
<style>
a { background-color: #47604C; }
a { background-color: rgb(71,96,76); }
div.DivClassName
{
background-color: #47604C;
}
.BgClassName
{
background-color: #47604C;
}
</style>
border-color css
<style>
span { border-color: #47604C; }
span { border-color: rgb(71,96,76); }
td.TdClassName
{
border-color: #47604C;
}
.TagClassName
{
border-color: #47604C;
}
</style>