Shades of Dark Green Copper #476965
Tints of Dark Green Copper #476965
RGB
CMYK
RGB Variations
Color information
#476965 (or 0x476965) is known color: Dark Green Copper. HEX triplet: 47, 69 and 65. RGB value is (71,105,101). Sum of RGB (Red+Green+Blue) = 71+105+101=277 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.63% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #476965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476965 is #B8969A. Grayscale: #5E5E5E. Windows color (decimal): -12097179 or 6646087. OLE color: 6646087.
HSL color Cylindrical-coordinate representation of color #476965: hue angle of 172.94º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476965 is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 105 | 101 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.59 |
| HSL | 172.94º | 0.19% | 0.35% | - |
| HSV(B) | 172.94º | 0.32% | 0.41% | - |
| XYZ | 10 | 12.38 | 14.17 | - |
| YUV | 94.38 | 131.74 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 105 | 101 | 0.32 | 0 | 0.04 | 0.59 | 172.94 | 0.19 | 0.35 |
| Hex | 47 | 69 | 65 | 20 | 0 | 4 | 3B | AD | 13 | 23 |
| Octal | 107 | 151 | 145 | 40 | 0 | 4 | 73 | 255 | 23 | 43 |
| Binary | 1000111 | 1101001 | 1100101 | 100000 | 0 | 100 | 111011 | 10101101 | 10011 | 100011 |
Color Harmonies of #476965
Complementary color
Monochromatic Colors of #476965
Black with #476965
Text Example
Text Example
White with #476965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476965; }
p { color: rgb(71,105,101); }
H1.HeaderClassName
{
color: #476965;
}
.AnyTagClassName
{
color: #476965;
}
</style>
background-color css
<style>
a { background-color: #476965; }
a { background-color: rgb(71,105,101); }
div.DivClassName
{
background-color: #476965;
}
.BgClassName
{
background-color: #476965;
}
</style>
border-color css
<style>
span { border-color: #476965; }
span { border-color: rgb(71,105,101); }
td.TdClassName
{
border-color: #476965;
}
.TagClassName
{
border-color: #476965;
}
</style>