Shades of Mineral Green #47674F
Tints of Mineral Green #47674F
RGB
CMYK
RGB Variations
Color information
#47674F (or 0x47674F) is known color: Mineral Green. HEX triplet: 47, 67 and 4F. RGB value is (71,103,79). Sum of RGB (Red+Green+Blue) = 71+103+79=253 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.06% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 103 - color contains mainly: green. Hex color #47674F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47674F is #B898B0. Grayscale: #5A5A5A. Windows color (decimal): -12097713 or 5203783. OLE color: 5203783.
HSL color Cylindrical-coordinate representation of color #47674F: hue angle of 135º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47674F is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 103 | 79 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.60 |
| HSL | 135º | 0.18% | 0.34% | - |
| HSV(B) | 135º | 0.31% | 0.4% | - |
| XYZ | 8.86 | 11.6 | 9.17 | - |
| YUV | 90.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 103 | 79 | 0.31 | 0 | 0.23 | 0.60 | 135 | 0.18 | 0.34 |
| Hex | 47 | 67 | 4F | 1F | 0 | 17 | 3C | 87 | 12 | 22 |
| Octal | 107 | 147 | 117 | 37 | 0 | 27 | 74 | 207 | 22 | 42 |
| Binary | 1000111 | 1100111 | 1001111 | 11111 | 0 | 10111 | 111100 | 10000111 | 10010 | 100010 |
Color Harmonies of #47674F
Complementary color
Monochromatic Colors of #47674F
Black with #47674F
Text Example
Text Example
White with #47674F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47674F; }
p { color: rgb(71,103,79); }
H1.HeaderClassName
{
color: #47674F;
}
.AnyTagClassName
{
color: #47674F;
}
</style>
background-color css
<style>
a { background-color: #47674F; }
a { background-color: rgb(71,103,79); }
div.DivClassName
{
background-color: #47674F;
}
.BgClassName
{
background-color: #47674F;
}
</style>
border-color css
<style>
span { border-color: #47674F; }
span { border-color: rgb(71,103,79); }
td.TdClassName
{
border-color: #47674F;
}
.TagClassName
{
border-color: #47674F;
}
</style>