Shades of Dark Green Copper #476F64
Tints of Dark Green Copper #476F64
RGB
CMYK
RGB Variations
Color information
#476F64 (or 0x476F64) is known color: Dark Green Copper. HEX triplet: 47, 6F and 64. RGB value is (71,111,100). Sum of RGB (Red+Green+Blue) = 71+111+100=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 111 - color contains mainly: green. Hex color #476F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476F64 is #B8909B. Grayscale: #616161. Windows color (decimal): -12095644 or 6582087. OLE color: 6582087.
HSL color Cylindrical-coordinate representation of color #476F64: hue angle of 163.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #476F64 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 111 | 100 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.56 |
| HSL | 163.5º | 0.22% | 0.36% | - |
| HSV(B) | 163.5º | 0.36% | 0.44% | - |
| XYZ | 10.58 | 13.63 | 14.13 | - |
| YUV | 97.79 | 129.25 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 111 | 100 | 0.36 | 0 | 0.10 | 0.56 | 163.5 | 0.22 | 0.36 |
| Hex | 47 | 6F | 64 | 24 | 0 | A | 38 | A4 | 16 | 24 |
| Octal | 107 | 157 | 144 | 44 | 0 | 12 | 70 | 244 | 26 | 44 |
| Binary | 1000111 | 1101111 | 1100100 | 100100 | 0 | 1010 | 111000 | 10100100 | 10110 | 100100 |
Color Harmonies of #476F64
Complementary color
Monochromatic Colors of #476F64
Black with #476F64
Text Example
Text Example
White with #476F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476F64; }
p { color: rgb(71,111,100); }
H1.HeaderClassName
{
color: #476F64;
}
.AnyTagClassName
{
color: #476F64;
}
</style>
background-color css
<style>
a { background-color: #476F64; }
a { background-color: rgb(71,111,100); }
div.DivClassName
{
background-color: #476F64;
}
.BgClassName
{
background-color: #476F64;
}
</style>
border-color css
<style>
span { border-color: #476F64; }
span { border-color: rgb(71,111,100); }
td.TdClassName
{
border-color: #476F64;
}
.TagClassName
{
border-color: #476F64;
}
</style>