Shades of Dark Green Copper #477065
Tints of Dark Green Copper #477065
RGB
CMYK
RGB Variations
Color information
#477065 (or 0x477065) is known color: Dark Green Copper. HEX triplet: 47, 70 and 65. RGB value is (71,112,101). Sum of RGB (Red+Green+Blue) = 71+112+101=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #477065 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477065 is #B88F9A. Grayscale: #626262. Windows color (decimal): -12095387 or 6647879. OLE color: 6647879.
HSL color Cylindrical-coordinate representation of color #477065: hue angle of 163.9º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #477065 is Cyan = 0.37, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 112 | 101 | - |
| CMYK | 0.37 | 0 | 0.10 | 0.56 |
| HSL | 163.9º | 0.22% | 0.36% | - |
| HSV(B) | 163.9º | 0.37% | 0.44% | - |
| XYZ | 10.74 | 13.87 | 14.42 | - |
| YUV | 98.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 101 | 0.37 | 0 | 0.10 | 0.56 | 163.9 | 0.22 | 0.36 |
| Hex | 47 | 70 | 65 | 25 | 0 | A | 38 | A4 | 16 | 24 |
| Octal | 107 | 160 | 145 | 45 | 0 | 12 | 70 | 244 | 26 | 44 |
| Binary | 1000111 | 1110000 | 1100101 | 100101 | 0 | 1010 | 111000 | 10100100 | 10110 | 100100 |
Color Harmonies of #477065
Complementary color
Monochromatic Colors of #477065
Black with #477065
Text Example
Text Example
White with #477065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477065; }
p { color: rgb(71,112,101); }
H1.HeaderClassName
{
color: #477065;
}
.AnyTagClassName
{
color: #477065;
}
</style>
background-color css
<style>
a { background-color: #477065; }
a { background-color: rgb(71,112,101); }
div.DivClassName
{
background-color: #477065;
}
.BgClassName
{
background-color: #477065;
}
</style>
border-color css
<style>
span { border-color: #477065; }
span { border-color: rgb(71,112,101); }
td.TdClassName
{
border-color: #477065;
}
.TagClassName
{
border-color: #477065;
}
</style>