Shades of Mineral Green #47614C
Tints of Mineral Green #47614C
RGB
CMYK
RGB Variations
Color information
#47614C (or 0x47614C) is known color: Mineral Green. HEX triplet: 47, 61 and 4C. RGB value is (71,97,76). Sum of RGB (Red+Green+Blue) = 71+97+76=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #47614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47614C is #B89EB3. Grayscale: #565656. Windows color (decimal): -12099252 or 5005639. OLE color: 5005639.
HSL color Cylindrical-coordinate representation of color #47614C: hue angle of 131.54º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47614C is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 97 | 76 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.62 |
| HSL | 131.54º | 0.15% | 0.33% | - |
| HSV(B) | 131.54º | 0.27% | 0.38% | - |
| XYZ | 8.18 | 10.41 | 8.42 | - |
| YUV | 86.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 76 | 0.27 | 0 | 0.22 | 0.62 | 131.54 | 0.15 | 0.33 |
| Hex | 47 | 61 | 4C | 1B | 0 | 16 | 3E | 84 | F | 21 |
| Octal | 107 | 141 | 114 | 33 | 0 | 26 | 76 | 204 | 17 | 41 |
| Binary | 1000111 | 1100001 | 1001100 | 11011 | 0 | 10110 | 111110 | 10000100 | 1111 | 100001 |
Color Harmonies of #47614C
Complementary color
Monochromatic Colors of #47614C
Black with #47614C
Text Example
Text Example
White with #47614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47614C; }
p { color: rgb(71,97,76); }
H1.HeaderClassName
{
color: #47614C;
}
.AnyTagClassName
{
color: #47614C;
}
</style>
background-color css
<style>
a { background-color: #47614C; }
a { background-color: rgb(71,97,76); }
div.DivClassName
{
background-color: #47614C;
}
.BgClassName
{
background-color: #47614C;
}
</style>
border-color css
<style>
span { border-color: #47614C; }
span { border-color: rgb(71,97,76); }
td.TdClassName
{
border-color: #47614C;
}
.TagClassName
{
border-color: #47614C;
}
</style>