Shades of Dark Green Copper #497269
Tints of Dark Green Copper #497269
RGB
CMYK
RGB Variations
Color information
#497269 (or 0x497269) is known color: Dark Green Copper. HEX triplet: 49, 72 and 69. RGB value is (73,114,105). Sum of RGB (Red+Green+Blue) = 73+114+105=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #497269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497269 is #B68D96. Grayscale: #646464. Windows color (decimal): -11963799 or 6910537. OLE color: 6910537.
HSL color Cylindrical-coordinate representation of color #497269: hue angle of 166.83º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #497269 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 73 | 114 | 105 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.55 |
| HSL | 166.83º | 0.22% | 0.37% | - |
| HSV(B) | 166.83º | 0.36% | 0.45% | - |
| XYZ | 11.31 | 14.47 | 15.56 | - |
| YUV | 100.72 | 130.42 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 114 | 105 | 0.36 | 0 | 0.08 | 0.55 | 166.83 | 0.22 | 0.37 |
| Hex | 49 | 72 | 69 | 24 | 0 | 8 | 37 | A7 | 16 | 25 |
| Octal | 111 | 162 | 151 | 44 | 0 | 10 | 67 | 247 | 26 | 45 |
| Binary | 1001001 | 1110010 | 1101001 | 100100 | 0 | 1000 | 110111 | 10100111 | 10110 | 100101 |
Color Harmonies of #497269
Complementary color
Monochromatic Colors of #497269
Black with #497269
Text Example
Text Example
White with #497269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497269; }
p { color: rgb(73,114,105); }
H1.HeaderClassName
{
color: #497269;
}
.AnyTagClassName
{
color: #497269;
}
</style>
background-color css
<style>
a { background-color: #497269; }
a { background-color: rgb(73,114,105); }
div.DivClassName
{
background-color: #497269;
}
.BgClassName
{
background-color: #497269;
}
</style>
border-color css
<style>
span { border-color: #497269; }
span { border-color: rgb(73,114,105); }
td.TdClassName
{
border-color: #497269;
}
.TagClassName
{
border-color: #497269;
}
</style>