Shades of Mineral Green #47634C
Tints of Mineral Green #47634C
RGB
CMYK
RGB Variations
Color information
#47634C (or 0x47634C) is known color: Mineral Green. HEX triplet: 47, 63 and 4C. RGB value is (71,99,76). Sum of RGB (Red+Green+Blue) = 71+99+76=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 76 (30.08% from 255 or 30.89% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #47634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47634C is #B89CB3. Grayscale: #585858. Windows color (decimal): -12098740 or 5006151. OLE color: 5006151.
HSL color Cylindrical-coordinate representation of color #47634C: hue angle of 130.71º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47634C is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 76 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.61 |
| HSL | 130.71º | 0.16% | 0.33% | - |
| HSV(B) | 130.71º | 0.28% | 0.39% | - |
| XYZ | 8.36 | 10.79 | 8.48 | - |
| YUV | 88.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 76 | 0.28 | 0 | 0.23 | 0.61 | 130.71 | 0.16 | 0.33 |
| Hex | 47 | 63 | 4C | 1C | 0 | 17 | 3D | 83 | 10 | 21 |
| Octal | 107 | 143 | 114 | 34 | 0 | 27 | 75 | 203 | 20 | 41 |
| Binary | 1000111 | 1100011 | 1001100 | 11100 | 0 | 10111 | 111101 | 10000011 | 10000 | 100001 |
Color Harmonies of #47634C
Complementary color
Monochromatic Colors of #47634C
Black with #47634C
Text Example
Text Example
White with #47634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47634C; }
p { color: rgb(71,99,76); }
H1.HeaderClassName
{
color: #47634C;
}
.AnyTagClassName
{
color: #47634C;
}
</style>
background-color css
<style>
a { background-color: #47634C; }
a { background-color: rgb(71,99,76); }
div.DivClassName
{
background-color: #47634C;
}
.BgClassName
{
background-color: #47634C;
}
</style>
border-color css
<style>
span { border-color: #47634C; }
span { border-color: rgb(71,99,76); }
td.TdClassName
{
border-color: #47634C;
}
.TagClassName
{
border-color: #47634C;
}
</style>