Shades of Dark Green Copper #497168
Tints of Dark Green Copper #497168
RGB
CMYK
RGB Variations
Color information
#497168 (or 0x497168) is known color: Dark Green Copper. HEX triplet: 49, 71 and 68. RGB value is (73,113,104). Sum of RGB (Red+Green+Blue) = 73+113+104=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 113 - color contains mainly: green. Hex color #497168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497168 is #B68E97. Grayscale: #646464. Windows color (decimal): -11964056 or 6844745. OLE color: 6844745.
HSL color Cylindrical-coordinate representation of color #497168: hue angle of 166.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497168 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 113 | 104 | - |
| CMYK | 0.35 | 0 | 0.08 | 0.56 |
| HSL | 166.5º | 0.22% | 0.36% | - |
| HSV(B) | 166.5º | 0.35% | 0.44% | - |
| XYZ | 11.15 | 14.23 | 15.25 | - |
| YUV | 100.01 | 130.25 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 113 | 104 | 0.35 | 0 | 0.08 | 0.56 | 166.5 | 0.22 | 0.36 |
| Hex | 49 | 71 | 68 | 23 | 0 | 8 | 38 | A6 | 16 | 24 |
| Octal | 111 | 161 | 150 | 43 | 0 | 10 | 70 | 246 | 26 | 44 |
| Binary | 1001001 | 1110001 | 1101000 | 100011 | 0 | 1000 | 111000 | 10100110 | 10110 | 100100 |
Color Harmonies of #497168
Complementary color
Monochromatic Colors of #497168
Black with #497168
Text Example
Text Example
White with #497168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #497168; }
p { color: rgb(73,113,104); }
H1.HeaderClassName
{
color: #497168;
}
.AnyTagClassName
{
color: #497168;
}
</style>
background-color css
<style>
a { background-color: #497168; }
a { background-color: rgb(73,113,104); }
div.DivClassName
{
background-color: #497168;
}
.BgClassName
{
background-color: #497168;
}
</style>
border-color css
<style>
span { border-color: #497168; }
span { border-color: rgb(73,113,104); }
td.TdClassName
{
border-color: #497168;
}
.TagClassName
{
border-color: #497168;
}
</style>