Shades of Dark Green Copper #496C65
Tints of Dark Green Copper #496C65
RGB
CMYK
RGB Variations
Color information
#496C65 (or 0x496C65) is known color: Dark Green Copper. HEX triplet: 49, 6C and 65. RGB value is (73,108,101). Sum of RGB (Red+Green+Blue) = 73+108+101=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 108 - color contains mainly: green. Hex color #496C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C65 is #B6939A. Grayscale: #606060. Windows color (decimal): -11965339 or 6646857. OLE color: 6646857.
HSL color Cylindrical-coordinate representation of color #496C65: hue angle of 168º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496C65 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 108 | 101 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.58 |
| HSL | 168º | 0.19% | 0.35% | - |
| HSV(B) | 168º | 0.32% | 0.42% | - |
| XYZ | 10.46 | 13.08 | 14.29 | - |
| YUV | 96.74 | 130.4 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 101 | 0.32 | 0 | 0.06 | 0.58 | 168 | 0.19 | 0.35 |
| Hex | 49 | 6C | 65 | 20 | 0 | 6 | 3A | A8 | 13 | 23 |
| Octal | 111 | 154 | 145 | 40 | 0 | 6 | 72 | 250 | 23 | 43 |
| Binary | 1001001 | 1101100 | 1100101 | 100000 | 0 | 110 | 111010 | 10101000 | 10011 | 100011 |
Color Harmonies of #496C65
Complementary color
Monochromatic Colors of #496C65
Black with #496C65
Text Example
Text Example
White with #496C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C65; }
p { color: rgb(73,108,101); }
H1.HeaderClassName
{
color: #496C65;
}
.AnyTagClassName
{
color: #496C65;
}
</style>
background-color css
<style>
a { background-color: #496C65; }
a { background-color: rgb(73,108,101); }
div.DivClassName
{
background-color: #496C65;
}
.BgClassName
{
background-color: #496C65;
}
</style>
border-color css
<style>
span { border-color: #496C65; }
span { border-color: rgb(73,108,101); }
td.TdClassName
{
border-color: #496C65;
}
.TagClassName
{
border-color: #496C65;
}
</style>