Shades of Dark Green Copper #497C71
Tints of Dark Green Copper #497C71
RGB
CMYK
RGB Variations
Color information
#497C71 (or 0x497C71) is known color: Dark Green Copper. HEX triplet: 49, 7C and 71. RGB value is (73,124,113). Sum of RGB (Red+Green+Blue) = 73+124+113=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 113 (44.53% from 255 or 36.45% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #497C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C71 is #B6838E. Grayscale: #6B6B6B. Windows color (decimal): -11961231 or 7437385. OLE color: 7437385.
HSL color Cylindrical-coordinate representation of color #497C71: hue angle of 167.06º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497C71 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 113 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.51 |
| HSL | 167.06º | 0.26% | 0.39% | - |
| HSV(B) | 167.06º | 0.41% | 0.49% | - |
| XYZ | 12.94 | 17.02 | 18.23 | - |
| YUV | 107.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 113 | 0.41 | 0 | 0.09 | 0.51 | 167.06 | 0.26 | 0.39 |
| Hex | 49 | 7C | 71 | 29 | 0 | 9 | 33 | A7 | 1A | 27 |
| Octal | 111 | 174 | 161 | 51 | 0 | 11 | 63 | 247 | 32 | 47 |
| Binary | 1001001 | 1111100 | 1110001 | 101001 | 0 | 1001 | 110011 | 10100111 | 11010 | 100111 |
Color Harmonies of #497C71
Complementary color
Monochromatic Colors of #497C71
Black with #497C71
Text Example
Text Example
White with #497C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C71; }
p { color: rgb(73,124,113); }
H1.HeaderClassName
{
color: #497C71;
}
.AnyTagClassName
{
color: #497C71;
}
</style>
background-color css
<style>
a { background-color: #497C71; }
a { background-color: rgb(73,124,113); }
div.DivClassName
{
background-color: #497C71;
}
.BgClassName
{
background-color: #497C71;
}
</style>
border-color css
<style>
span { border-color: #497C71; }
span { border-color: rgb(73,124,113); }
td.TdClassName
{
border-color: #497C71;
}
.TagClassName
{
border-color: #497C71;
}
</style>