Shades of Dark Green Copper #497E75
Tints of Dark Green Copper #497E75
RGB
CMYK
RGB Variations
Color information
#497E75 (or 0x497E75) is known color: Dark Green Copper. HEX triplet: 49, 7E and 75. RGB value is (73,126,117). Sum of RGB (Red+Green+Blue) = 73+126+117=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 126 (49.61% from 255 or 39.87% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 126 - color contains mainly: green. Hex color #497E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497E75 is #B6818A. Grayscale: #6D6D6D. Windows color (decimal): -11960715 or 7700041. OLE color: 7700041.
HSL color Cylindrical-coordinate representation of color #497E75: hue angle of 169.81º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497E75 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 73 | 126 | 117 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.51 |
| HSL | 169.81º | 0.27% | 0.39% | - |
| HSV(B) | 169.81º | 0.42% | 0.49% | - |
| XYZ | 13.42 | 17.62 | 19.52 | - |
| YUV | 109.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 126 | 117 | 0.42 | 0 | 0.07 | 0.51 | 169.81 | 0.27 | 0.39 |
| Hex | 49 | 7E | 75 | 2A | 0 | 7 | 33 | AA | 1B | 27 |
| Octal | 111 | 176 | 165 | 52 | 0 | 7 | 63 | 252 | 33 | 47 |
| Binary | 1001001 | 1111110 | 1110101 | 101010 | 0 | 111 | 110011 | 10101010 | 11011 | 100111 |
Color Harmonies of #497E75
Complementary color
Monochromatic Colors of #497E75
Black with #497E75
Text Example
Text Example
White with #497E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497E75; }
p { color: rgb(73,126,117); }
H1.HeaderClassName
{
color: #497E75;
}
.AnyTagClassName
{
color: #497E75;
}
</style>
background-color css
<style>
a { background-color: #497E75; }
a { background-color: rgb(73,126,117); }
div.DivClassName
{
background-color: #497E75;
}
.BgClassName
{
background-color: #497E75;
}
</style>
border-color css
<style>
span { border-color: #497E75; }
span { border-color: rgb(73,126,117); }
td.TdClassName
{
border-color: #497E75;
}
.TagClassName
{
border-color: #497E75;
}
</style>