Shades of Dark Green Copper #497871
Tints of Dark Green Copper #497871
RGB
CMYK
RGB Variations
Color information
#497871 (or 0x497871) is known color: Dark Green Copper. HEX triplet: 49, 78 and 71. RGB value is (73,120,113). Sum of RGB (Red+Green+Blue) = 73+120+113=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #497871 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497871 is #B6878E. Grayscale: #696969. Windows color (decimal): -11962255 or 7436361. OLE color: 7436361.
HSL color Cylindrical-coordinate representation of color #497871: hue angle of 171.06º 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 #497871 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 73 | 120 | 113 | - |
| CMYK | 0.39 | 0 | 0.06 | 0.53 |
| HSL | 171.06º | 0.24% | 0.38% | - |
| HSV(B) | 171.06º | 0.39% | 0.47% | - |
| XYZ | 12.44 | 16.04 | 18.06 | - |
| YUV | 105.15 | 132.43 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 120 | 113 | 0.39 | 0 | 0.06 | 0.53 | 171.06 | 0.24 | 0.38 |
| Hex | 49 | 78 | 71 | 27 | 0 | 6 | 35 | AB | 18 | 26 |
| Octal | 111 | 170 | 161 | 47 | 0 | 6 | 65 | 253 | 30 | 46 |
| Binary | 1001001 | 1111000 | 1110001 | 100111 | 0 | 110 | 110101 | 10101011 | 11000 | 100110 |
Color Harmonies of #497871
Complementary color
Monochromatic Colors of #497871
Black with #497871
Text Example
Text Example
White with #497871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497871; }
p { color: rgb(73,120,113); }
H1.HeaderClassName
{
color: #497871;
}
.AnyTagClassName
{
color: #497871;
}
</style>
background-color css
<style>
a { background-color: #497871; }
a { background-color: rgb(73,120,113); }
div.DivClassName
{
background-color: #497871;
}
.BgClassName
{
background-color: #497871;
}
</style>
border-color css
<style>
span { border-color: #497871; }
span { border-color: rgb(73,120,113); }
td.TdClassName
{
border-color: #497871;
}
.TagClassName
{
border-color: #497871;
}
</style>