Shades of Dark Green Copper #497C73
Tints of Dark Green Copper #497C73
RGB
CMYK
RGB Variations
Color information
#497C73 (or 0x497C73) is known color: Dark Green Copper. HEX triplet: 49, 7C and 73. RGB value is (73,124,115). Sum of RGB (Red+Green+Blue) = 73+124+115=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #497C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C73 is #B6838C. Grayscale: #6B6B6B. Windows color (decimal): -11961229 or 7568457. OLE color: 7568457.
HSL color Cylindrical-coordinate representation of color #497C73: hue angle of 169.41º 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 #497C73 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 124 | 115 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.51 |
| HSL | 169.41º | 0.26% | 0.39% | - |
| HSV(B) | 169.41º | 0.41% | 0.49% | - |
| XYZ | 13.05 | 17.07 | 18.83 | - |
| YUV | 107.73 | 132.1 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 124 | 115 | 0.41 | 0 | 0.07 | 0.51 | 169.41 | 0.26 | 0.39 |
| Hex | 49 | 7C | 73 | 29 | 0 | 7 | 33 | A9 | 1A | 27 |
| Octal | 111 | 174 | 163 | 51 | 0 | 7 | 63 | 251 | 32 | 47 |
| Binary | 1001001 | 1111100 | 1110011 | 101001 | 0 | 111 | 110011 | 10101001 | 11010 | 100111 |
Color Harmonies of #497C73
Complementary color
Monochromatic Colors of #497C73
Black with #497C73
Text Example
Text Example
White with #497C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497C73; }
p { color: rgb(73,124,115); }
H1.HeaderClassName
{
color: #497C73;
}
.AnyTagClassName
{
color: #497C73;
}
</style>
background-color css
<style>
a { background-color: #497C73; }
a { background-color: rgb(73,124,115); }
div.DivClassName
{
background-color: #497C73;
}
.BgClassName
{
background-color: #497C73;
}
</style>
border-color css
<style>
span { border-color: #497C73; }
span { border-color: rgb(73,124,115); }
td.TdClassName
{
border-color: #497C73;
}
.TagClassName
{
border-color: #497C73;
}
</style>