Shades of Dark Green Copper #496E67
Tints of Dark Green Copper #496E67
RGB
CMYK
RGB Variations
Color information
#496E67 (or 0x496E67) is known color: Dark Green Copper. HEX triplet: 49, 6E and 67. RGB value is (73,110,103). Sum of RGB (Red+Green+Blue) = 73+110+103=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #496E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496E67 is #B69198. Grayscale: #626262. Windows color (decimal): -11964825 or 6778441. OLE color: 6778441.
HSL color Cylindrical-coordinate representation of color #496E67: hue angle of 168.65º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496E67 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 73 | 110 | 103 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.57 |
| HSL | 168.65º | 0.2% | 0.36% | - |
| HSV(B) | 168.65º | 0.34% | 0.43% | - |
| XYZ | 10.77 | 13.55 | 14.88 | - |
| YUV | 98.14 | 130.74 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 110 | 103 | 0.34 | 0 | 0.06 | 0.57 | 168.65 | 0.2 | 0.36 |
| Hex | 49 | 6E | 67 | 22 | 0 | 6 | 39 | A9 | 14 | 24 |
| Octal | 111 | 156 | 147 | 42 | 0 | 6 | 71 | 251 | 24 | 44 |
| Binary | 1001001 | 1101110 | 1100111 | 100010 | 0 | 110 | 111001 | 10101001 | 10100 | 100100 |
Color Harmonies of #496E67
Complementary color
Monochromatic Colors of #496E67
Black with #496E67
Text Example
Text Example
White with #496E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496E67; }
p { color: rgb(73,110,103); }
H1.HeaderClassName
{
color: #496E67;
}
.AnyTagClassName
{
color: #496E67;
}
</style>
background-color css
<style>
a { background-color: #496E67; }
a { background-color: rgb(73,110,103); }
div.DivClassName
{
background-color: #496E67;
}
.BgClassName
{
background-color: #496E67;
}
</style>
border-color css
<style>
span { border-color: #496E67; }
span { border-color: rgb(73,110,103); }
td.TdClassName
{
border-color: #496E67;
}
.TagClassName
{
border-color: #496E67;
}
</style>