Shades of Dark Green Copper #477165
Tints of Dark Green Copper #477165
RGB
CMYK
RGB Variations
Color information
#477165 (or 0x477165) is known color: Dark Green Copper. HEX triplet: 47, 71 and 65. RGB value is (71,113,101). Sum of RGB (Red+Green+Blue) = 71+113+101=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #477165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477165 is #B88E9A. Grayscale: #636363. Windows color (decimal): -12095131 or 6648135. OLE color: 6648135.
HSL color Cylindrical-coordinate representation of color #477165: hue angle of 162.86º degrees, saturation: 0.23, 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 #477165 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 113 | 101 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.56 |
| HSL | 162.86º | 0.23% | 0.36% | - |
| HSV(B) | 162.86º | 0.37% | 0.44% | - |
| XYZ | 10.85 | 14.09 | 14.46 | - |
| YUV | 99.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 113 | 101 | 0.37 | 0 | 0.11 | 0.56 | 162.86 | 0.23 | 0.36 |
| Hex | 47 | 71 | 65 | 25 | 0 | B | 38 | A3 | 17 | 24 |
| Octal | 107 | 161 | 145 | 45 | 0 | 13 | 70 | 243 | 27 | 44 |
| Binary | 1000111 | 1110001 | 1100101 | 100101 | 0 | 1011 | 111000 | 10100011 | 10111 | 100100 |
Color Harmonies of #477165
Complementary color
Monochromatic Colors of #477165
Black with #477165
Text Example
Text Example
White with #477165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477165; }
p { color: rgb(71,113,101); }
H1.HeaderClassName
{
color: #477165;
}
.AnyTagClassName
{
color: #477165;
}
</style>
background-color css
<style>
a { background-color: #477165; }
a { background-color: rgb(71,113,101); }
div.DivClassName
{
background-color: #477165;
}
.BgClassName
{
background-color: #477165;
}
</style>
border-color css
<style>
span { border-color: #477165; }
span { border-color: rgb(71,113,101); }
td.TdClassName
{
border-color: #477165;
}
.TagClassName
{
border-color: #477165;
}
</style>