Shades of Dark Green Copper #547166
Tints of Dark Green Copper #547166
RGB
CMYK
RGB Variations
Color information
#547166 (or 0x547166) is known color: Dark Green Copper. HEX triplet: 54, 71 and 66. RGB value is (84,113,102). Sum of RGB (Red+Green+Blue) = 84+113+102=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #547166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #547166 is #AB8E99. Grayscale: #676767. Windows color (decimal): -11243162 or 6713684. OLE color: 6713684.
HSL color Cylindrical-coordinate representation of color #547166: hue angle of 157.24º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #547166 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 113 | 102 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.56 |
| HSL | 157.24º | 0.15% | 0.39% | - |
| HSV(B) | 157.24º | 0.26% | 0.44% | - |
| XYZ | 11.96 | 14.65 | 14.77 | - |
| YUV | 103.08 | 127.39 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 113 | 102 | 0.26 | 0 | 0.10 | 0.56 | 157.24 | 0.15 | 0.39 |
| Hex | 54 | 71 | 66 | 1A | 0 | A | 38 | 9D | F | 27 |
| Octal | 124 | 161 | 146 | 32 | 0 | 12 | 70 | 235 | 17 | 47 |
| Binary | 1010100 | 1110001 | 1100110 | 11010 | 0 | 1010 | 111000 | 10011101 | 1111 | 100111 |
Color Harmonies of #547166
Complementary color
Monochromatic Colors of #547166
Black with #547166
Text Example
Text Example
White with #547166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #547166; }
p { color: rgb(84,113,102); }
H1.HeaderClassName
{
color: #547166;
}
.AnyTagClassName
{
color: #547166;
}
</style>
background-color css
<style>
a { background-color: #547166; }
a { background-color: rgb(84,113,102); }
div.DivClassName
{
background-color: #547166;
}
.BgClassName
{
background-color: #547166;
}
</style>
border-color css
<style>
span { border-color: #547166; }
span { border-color: rgb(84,113,102); }
td.TdClassName
{
border-color: #547166;
}
.TagClassName
{
border-color: #547166;
}
</style>