Shades of Dark Green Copper #497A6E
Tints of Dark Green Copper #497A6E
RGB
CMYK
RGB Variations
Color information
#497A6E (or 0x497A6E) is known color: Dark Green Copper. HEX triplet: 49, 7A and 6E. RGB value is (73,122,110). Sum of RGB (Red+Green+Blue) = 73+122+110=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 122 - color contains mainly: green. Hex color #497A6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A6E is #B68591. Grayscale: #696969. Windows color (decimal): -11961746 or 7240265. OLE color: 7240265.
HSL color Cylindrical-coordinate representation of color #497A6E: hue angle of 165.31º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A6E is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 122 | 110 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.52 |
| HSL | 165.31º | 0.25% | 0.38% | - |
| HSV(B) | 165.31º | 0.4% | 0.48% | - |
| XYZ | 12.52 | 16.46 | 17.27 | - |
| YUV | 105.98 | 130.27 | 104.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 122 | 110 | 0.40 | 0 | 0.10 | 0.52 | 165.31 | 0.25 | 0.38 |
| Hex | 49 | 7A | 6E | 28 | 0 | A | 34 | A5 | 19 | 26 |
| Octal | 111 | 172 | 156 | 50 | 0 | 12 | 64 | 245 | 31 | 46 |
| Binary | 1001001 | 1111010 | 1101110 | 101000 | 0 | 1010 | 110100 | 10100101 | 11001 | 100110 |
Color Harmonies of #497A6E
Complementary color
Monochromatic Colors of #497A6E
Black with #497A6E
Text Example
Text Example
White with #497A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497A6E; }
p { color: rgb(73,122,110); }
H1.HeaderClassName
{
color: #497A6E;
}
.AnyTagClassName
{
color: #497A6E;
}
</style>
background-color css
<style>
a { background-color: #497A6E; }
a { background-color: rgb(73,122,110); }
div.DivClassName
{
background-color: #497A6E;
}
.BgClassName
{
background-color: #497A6E;
}
</style>
border-color css
<style>
span { border-color: #497A6E; }
span { border-color: rgb(73,122,110); }
td.TdClassName
{
border-color: #497A6E;
}
.TagClassName
{
border-color: #497A6E;
}
</style>