Shades of Dark Green Copper #497B71
Tints of Dark Green Copper #497B71
RGB
CMYK
RGB Variations
Color information
#497B71 (or 0x497B71) is known color: Dark Green Copper. HEX triplet: 49, 7B and 71. RGB value is (73,123,113). Sum of RGB (Red+Green+Blue) = 73+123+113=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 113 (44.53% from 255 or 36.57% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #497B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497B71 is #B6848E. Grayscale: #6A6A6A. Windows color (decimal): -11961487 or 7437129. OLE color: 7437129.
HSL color Cylindrical-coordinate representation of color #497B71: hue angle of 168º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497B71 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 73 | 123 | 113 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.52 |
| HSL | 168º | 0.26% | 0.38% | - |
| HSV(B) | 168º | 0.41% | 0.48% | - |
| XYZ | 12.81 | 16.77 | 18.19 | - |
| YUV | 106.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 123 | 113 | 0.41 | 0 | 0.08 | 0.52 | 168 | 0.26 | 0.38 |
| Hex | 49 | 7B | 71 | 29 | 0 | 8 | 34 | A8 | 1A | 26 |
| Octal | 111 | 173 | 161 | 51 | 0 | 10 | 64 | 250 | 32 | 46 |
| Binary | 1001001 | 1111011 | 1110001 | 101001 | 0 | 1000 | 110100 | 10101000 | 11010 | 100110 |
Color Harmonies of #497B71
Complementary color
Monochromatic Colors of #497B71
Black with #497B71
Text Example
Text Example
White with #497B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497B71; }
p { color: rgb(73,123,113); }
H1.HeaderClassName
{
color: #497B71;
}
.AnyTagClassName
{
color: #497B71;
}
</style>
background-color css
<style>
a { background-color: #497B71; }
a { background-color: rgb(73,123,113); }
div.DivClassName
{
background-color: #497B71;
}
.BgClassName
{
background-color: #497B71;
}
</style>
border-color css
<style>
span { border-color: #497B71; }
span { border-color: rgb(73,123,113); }
td.TdClassName
{
border-color: #497B71;
}
.TagClassName
{
border-color: #497B71;
}
</style>