Shades of Dark Green Copper #477366
Tints of Dark Green Copper #477366
RGB
CMYK
RGB Variations
Color information
#477366 (or 0x477366) is known color: Dark Green Copper. HEX triplet: 47, 73 and 66. RGB value is (71,115,102). Sum of RGB (Red+Green+Blue) = 71+115+102=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #477366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477366 is #B88C99. Grayscale: #646464. Windows color (decimal): -12094618 or 6714183. OLE color: 6714183.
HSL color Cylindrical-coordinate representation of color #477366: hue angle of 162.27º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #477366 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 115 | 102 | - |
| CMYK | 0.38 | 0 | 0.11 | 0.55 |
| HSL | 162.27º | 0.24% | 0.36% | - |
| HSV(B) | 162.27º | 0.38% | 0.45% | - |
| XYZ | 11.13 | 14.56 | 14.79 | - |
| YUV | 100.36 | 128.92 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 115 | 102 | 0.38 | 0 | 0.11 | 0.55 | 162.27 | 0.24 | 0.36 |
| Hex | 47 | 73 | 66 | 26 | 0 | B | 37 | A2 | 18 | 24 |
| Octal | 107 | 163 | 146 | 46 | 0 | 13 | 67 | 242 | 30 | 44 |
| Binary | 1000111 | 1110011 | 1100110 | 100110 | 0 | 1011 | 110111 | 10100010 | 11000 | 100100 |
Color Harmonies of #477366
Complementary color
Monochromatic Colors of #477366
Black with #477366
Text Example
Text Example
White with #477366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477366; }
p { color: rgb(71,115,102); }
H1.HeaderClassName
{
color: #477366;
}
.AnyTagClassName
{
color: #477366;
}
</style>
background-color css
<style>
a { background-color: #477366; }
a { background-color: rgb(71,115,102); }
div.DivClassName
{
background-color: #477366;
}
.BgClassName
{
background-color: #477366;
}
</style>
border-color css
<style>
span { border-color: #477366; }
span { border-color: rgb(71,115,102); }
td.TdClassName
{
border-color: #477366;
}
.TagClassName
{
border-color: #477366;
}
</style>