Shades of Dark Green Copper #497672
Tints of Dark Green Copper #497672
RGB
CMYK
RGB Variations
Color information
#497672 (or 0x497672) is known color: Dark Green Copper. HEX triplet: 49, 76 and 72. RGB value is (73,118,114). Sum of RGB (Red+Green+Blue) = 73+118+114=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 118 - color contains mainly: green. Hex color #497672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497672 is #B6898D. Grayscale: #686868. Windows color (decimal): -11962766 or 7501385. OLE color: 7501385.
HSL color Cylindrical-coordinate representation of color #497672: hue angle of 174.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497672 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 118 | 114 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.54 |
| HSL | 174.67º | 0.24% | 0.37% | - |
| HSV(B) | 174.67º | 0.38% | 0.46% | - |
| XYZ | 12.26 | 15.59 | 18.28 | - |
| YUV | 104.09 | 133.59 | 105.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 118 | 114 | 0.38 | 0 | 0.03 | 0.54 | 174.67 | 0.24 | 0.37 |
| Hex | 49 | 76 | 72 | 26 | 0 | 3 | 36 | AF | 18 | 25 |
| Octal | 111 | 166 | 162 | 46 | 0 | 3 | 66 | 257 | 30 | 45 |
| Binary | 1001001 | 1110110 | 1110010 | 100110 | 0 | 11 | 110110 | 10101111 | 11000 | 100101 |
Color Harmonies of #497672
Complementary color
Monochromatic Colors of #497672
Black with #497672
Text Example
Text Example
White with #497672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497672; }
p { color: rgb(73,118,114); }
H1.HeaderClassName
{
color: #497672;
}
.AnyTagClassName
{
color: #497672;
}
</style>
background-color css
<style>
a { background-color: #497672; }
a { background-color: rgb(73,118,114); }
div.DivClassName
{
background-color: #497672;
}
.BgClassName
{
background-color: #497672;
}
</style>
border-color css
<style>
span { border-color: #497672; }
span { border-color: rgb(73,118,114); }
td.TdClassName
{
border-color: #497672;
}
.TagClassName
{
border-color: #497672;
}
</style>