Shades of Dark Green Copper #497565
Tints of Dark Green Copper #497565
RGB
CMYK
RGB Variations
Color information
#497565 (or 0x497565) is known color: Dark Green Copper. HEX triplet: 49, 75 and 65. RGB value is (73,117,101). Sum of RGB (Red+Green+Blue) = 73+117+101=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #497565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497565 is #B68A9A. Grayscale: #666666. Windows color (decimal): -11963035 or 6649161. OLE color: 6649161.
HSL color Cylindrical-coordinate representation of color #497565: hue angle of 158.18º degrees, saturation: 0.23, 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 #497565 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 73 | 117 | 101 | - |
| CMYK | 0.38 | 0 | 0.14 | 0.54 |
| HSL | 158.18º | 0.23% | 0.37% | - |
| HSV(B) | 158.18º | 0.38% | 0.46% | - |
| XYZ | 11.46 | 15.08 | 14.62 | - |
| YUV | 102.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 117 | 101 | 0.38 | 0 | 0.14 | 0.54 | 158.18 | 0.23 | 0.37 |
| Hex | 49 | 75 | 65 | 26 | 0 | E | 36 | 9E | 17 | 25 |
| Octal | 111 | 165 | 145 | 46 | 0 | 16 | 66 | 236 | 27 | 45 |
| Binary | 1001001 | 1110101 | 1100101 | 100110 | 0 | 1110 | 110110 | 10011110 | 10111 | 100101 |
Color Harmonies of #497565
Complementary color
Monochromatic Colors of #497565
Black with #497565
Text Example
Text Example
White with #497565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497565; }
p { color: rgb(73,117,101); }
H1.HeaderClassName
{
color: #497565;
}
.AnyTagClassName
{
color: #497565;
}
</style>
background-color css
<style>
a { background-color: #497565; }
a { background-color: rgb(73,117,101); }
div.DivClassName
{
background-color: #497565;
}
.BgClassName
{
background-color: #497565;
}
</style>
border-color css
<style>
span { border-color: #497565; }
span { border-color: rgb(73,117,101); }
td.TdClassName
{
border-color: #497565;
}
.TagClassName
{
border-color: #497565;
}
</style>