Shades of Dark Green Copper #497873
Tints of Dark Green Copper #497873
RGB
CMYK
RGB Variations
Color information
#497873 (or 0x497873) is known color: Dark Green Copper. HEX triplet: 49, 78 and 73. RGB value is (73,120,115). Sum of RGB (Red+Green+Blue) = 73+120+115=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #497873 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497873 is #B6878C. Grayscale: #696969. Windows color (decimal): -11962253 or 7567433. OLE color: 7567433.
HSL color Cylindrical-coordinate representation of color #497873: hue angle of 173.62º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497873 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 115 | - |
| CMYK | 0.39 | 0 | 0.04 | 0.53 |
| HSL | 173.62º | 0.24% | 0.38% | - |
| HSV(B) | 173.62º | 0.39% | 0.47% | - |
| XYZ | 12.56 | 16.09 | 18.66 | - |
| YUV | 105.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 115 | 0.39 | 0 | 0.04 | 0.53 | 173.62 | 0.24 | 0.38 |
| Hex | 49 | 78 | 73 | 27 | 0 | 4 | 35 | AE | 18 | 26 |
| Octal | 111 | 170 | 163 | 47 | 0 | 4 | 65 | 256 | 30 | 46 |
| Binary | 1001001 | 1111000 | 1110011 | 100111 | 0 | 100 | 110101 | 10101110 | 11000 | 100110 |
Color Harmonies of #497873
Complementary color
Monochromatic Colors of #497873
Black with #497873
Text Example
Text Example
White with #497873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497873; }
p { color: rgb(73,120,115); }
H1.HeaderClassName
{
color: #497873;
}
.AnyTagClassName
{
color: #497873;
}
</style>
background-color css
<style>
a { background-color: #497873; }
a { background-color: rgb(73,120,115); }
div.DivClassName
{
background-color: #497873;
}
.BgClassName
{
background-color: #497873;
}
</style>
border-color css
<style>
span { border-color: #497873; }
span { border-color: rgb(73,120,115); }
td.TdClassName
{
border-color: #497873;
}
.TagClassName
{
border-color: #497873;
}
</style>