Shades of Dark Green Copper #496C62
Tints of Dark Green Copper #496C62
RGB
CMYK
RGB Variations
Color information
#496C62 (or 0x496C62) is known color: Dark Green Copper. HEX triplet: 49, 6C and 62. RGB value is (73,108,98). Sum of RGB (Red+Green+Blue) = 73+108+98=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #496C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C62 is #B6939D. Grayscale: #606060. Windows color (decimal): -11965342 or 6450249. OLE color: 6450249.
HSL color Cylindrical-coordinate representation of color #496C62: hue angle of 162.86º 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 #496C62 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 108 | 98 | - |
| CMYK | 0.32 | 0 | 0.09 | 0.58 |
| HSL | 162.86º | 0.19% | 0.35% | - |
| HSV(B) | 162.86º | 0.32% | 0.42% | - |
| XYZ | 10.31 | 13.02 | 13.53 | - |
| YUV | 96.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 98 | 0.32 | 0 | 0.09 | 0.58 | 162.86 | 0.19 | 0.35 |
| Hex | 49 | 6C | 62 | 20 | 0 | 9 | 3A | A3 | 13 | 23 |
| Octal | 111 | 154 | 142 | 40 | 0 | 11 | 72 | 243 | 23 | 43 |
| Binary | 1001001 | 1101100 | 1100010 | 100000 | 0 | 1001 | 111010 | 10100011 | 10011 | 100011 |
Color Harmonies of #496C62
Complementary color
Monochromatic Colors of #496C62
Black with #496C62
Text Example
Text Example
White with #496C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C62; }
p { color: rgb(73,108,98); }
H1.HeaderClassName
{
color: #496C62;
}
.AnyTagClassName
{
color: #496C62;
}
</style>
background-color css
<style>
a { background-color: #496C62; }
a { background-color: rgb(73,108,98); }
div.DivClassName
{
background-color: #496C62;
}
.BgClassName
{
background-color: #496C62;
}
</style>
border-color css
<style>
span { border-color: #496C62; }
span { border-color: rgb(73,108,98); }
td.TdClassName
{
border-color: #496C62;
}
.TagClassName
{
border-color: #496C62;
}
</style>