Shades of Mineral Green #476C54
Tints of Mineral Green #476C54
RGB
CMYK
RGB Variations
Color information
#476C54 (or 0x476C54) is known color: Mineral Green. HEX triplet: 47, 6C and 54. RGB value is (71,108,84). Sum of RGB (Red+Green+Blue) = 71+108+84=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 108 - color contains mainly: green. Hex color #476C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476C54 is #B893AB. Grayscale: #5E5E5E. Windows color (decimal): -12096428 or 5532743. OLE color: 5532743.
HSL color Cylindrical-coordinate representation of color #476C54: hue angle of 141.08º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476C54 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 71 | 108 | 84 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.58 |
| HSL | 141.08º | 0.21% | 0.35% | - |
| HSV(B) | 141.08º | 0.34% | 0.42% | - |
| XYZ | 9.56 | 12.7 | 10.34 | - |
| YUV | 94.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 108 | 84 | 0.34 | 0 | 0.22 | 0.58 | 141.08 | 0.21 | 0.35 |
| Hex | 47 | 6C | 54 | 22 | 0 | 16 | 3A | 8D | 15 | 23 |
| Octal | 107 | 154 | 124 | 42 | 0 | 26 | 72 | 215 | 25 | 43 |
| Binary | 1000111 | 1101100 | 1010100 | 100010 | 0 | 10110 | 111010 | 10001101 | 10101 | 100011 |
Color Harmonies of #476C54
Complementary color
Monochromatic Colors of #476C54
Black with #476C54
Text Example
Text Example
White with #476C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476C54; }
p { color: rgb(71,108,84); }
H1.HeaderClassName
{
color: #476C54;
}
.AnyTagClassName
{
color: #476C54;
}
</style>
background-color css
<style>
a { background-color: #476C54; }
a { background-color: rgb(71,108,84); }
div.DivClassName
{
background-color: #476C54;
}
.BgClassName
{
background-color: #476C54;
}
</style>
border-color css
<style>
span { border-color: #476C54; }
span { border-color: rgb(71,108,84); }
td.TdClassName
{
border-color: #476C54;
}
.TagClassName
{
border-color: #476C54;
}
</style>