Shades of Mineral Green #47654C
Tints of Mineral Green #47654C
RGB
CMYK
RGB Variations
Color information
#47654C (or 0x47654C) is known color: Mineral Green. HEX triplet: 47, 65 and 4C. RGB value is (71,101,76). Sum of RGB (Red+Green+Blue) = 71+101+76=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #47654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47654C is #B89AB3. Grayscale: #595959. Windows color (decimal): -12098228 or 5006663. OLE color: 5006663.
HSL color Cylindrical-coordinate representation of color #47654C: hue angle of 130º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47654C is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 101 | 76 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.60 |
| HSL | 130º | 0.17% | 0.34% | - |
| HSV(B) | 130º | 0.3% | 0.4% | - |
| XYZ | 8.56 | 11.17 | 8.54 | - |
| YUV | 89.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 101 | 76 | 0.30 | 0 | 0.25 | 0.60 | 130 | 0.17 | 0.34 |
| Hex | 47 | 65 | 4C | 1E | 0 | 19 | 3C | 82 | 11 | 22 |
| Octal | 107 | 145 | 114 | 36 | 0 | 31 | 74 | 202 | 21 | 42 |
| Binary | 1000111 | 1100101 | 1001100 | 11110 | 0 | 11001 | 111100 | 10000010 | 10001 | 100010 |
Color Harmonies of #47654C
Complementary color
Monochromatic Colors of #47654C
Black with #47654C
Text Example
Text Example
White with #47654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47654C; }
p { color: rgb(71,101,76); }
H1.HeaderClassName
{
color: #47654C;
}
.AnyTagClassName
{
color: #47654C;
}
</style>
background-color css
<style>
a { background-color: #47654C; }
a { background-color: rgb(71,101,76); }
div.DivClassName
{
background-color: #47654C;
}
.BgClassName
{
background-color: #47654C;
}
</style>
border-color css
<style>
span { border-color: #47654C; }
span { border-color: rgb(71,101,76); }
td.TdClassName
{
border-color: #47654C;
}
.TagClassName
{
border-color: #47654C;
}
</style>