Shades of Dark Green Copper #476862
Tints of Dark Green Copper #476862
RGB
CMYK
RGB Variations
Color information
#476862 (or 0x476862) is known color: Dark Green Copper. HEX triplet: 47, 68 and 62. RGB value is (71,104,98). Sum of RGB (Red+Green+Blue) = 71+104+98=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 104 - color contains mainly: green. Hex color #476862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476862 is #B8979D. Grayscale: #5D5D5D. Windows color (decimal): -12097438 or 6449223. OLE color: 6449223.
HSL color Cylindrical-coordinate representation of color #476862: hue angle of 169.09º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476862 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 98 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.59 |
| HSL | 169.09º | 0.19% | 0.34% | - |
| HSV(B) | 169.09º | 0.32% | 0.41% | - |
| XYZ | 9.75 | 12.12 | 13.38 | - |
| YUV | 93.45 | 130.57 | 111.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 98 | 0.32 | 0 | 0.06 | 0.59 | 169.09 | 0.19 | 0.34 |
| Hex | 47 | 68 | 62 | 20 | 0 | 6 | 3B | A9 | 13 | 22 |
| Octal | 107 | 150 | 142 | 40 | 0 | 6 | 73 | 251 | 23 | 42 |
| Binary | 1000111 | 1101000 | 1100010 | 100000 | 0 | 110 | 111011 | 10101001 | 10011 | 100010 |
Color Harmonies of #476862
Complementary color
Monochromatic Colors of #476862
Black with #476862
Text Example
Text Example
White with #476862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476862; }
p { color: rgb(71,104,98); }
H1.HeaderClassName
{
color: #476862;
}
.AnyTagClassName
{
color: #476862;
}
</style>
background-color css
<style>
a { background-color: #476862; }
a { background-color: rgb(71,104,98); }
div.DivClassName
{
background-color: #476862;
}
.BgClassName
{
background-color: #476862;
}
</style>
border-color css
<style>
span { border-color: #476862; }
span { border-color: rgb(71,104,98); }
td.TdClassName
{
border-color: #476862;
}
.TagClassName
{
border-color: #476862;
}
</style>