Shades of Dark Green Copper #496C66
Tints of Dark Green Copper #496C66
RGB
CMYK
RGB Variations
Color information
#496C66 (or 0x496C66) is known color: Dark Green Copper. HEX triplet: 49, 6C and 66. RGB value is (73,108,102). Sum of RGB (Red+Green+Blue) = 73+108+102=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 108 (42.58% from 255 or 38.16% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 108 - color contains mainly: green. Hex color #496C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C66 is #B69399. Grayscale: #606060. Windows color (decimal): -11965338 or 6712393. OLE color: 6712393.
HSL color Cylindrical-coordinate representation of color #496C66: hue angle of 169.71º 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 #496C66 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 108 | 102 | - |
| CMYK | 0.32 | 0 | 0.06 | 0.58 |
| HSL | 169.71º | 0.19% | 0.35% | - |
| HSV(B) | 169.71º | 0.32% | 0.42% | - |
| XYZ | 10.51 | 13.1 | 14.55 | - |
| YUV | 96.85 | 130.9 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 102 | 0.32 | 0 | 0.06 | 0.58 | 169.71 | 0.19 | 0.35 |
| Hex | 49 | 6C | 66 | 20 | 0 | 6 | 3A | AA | 13 | 23 |
| Octal | 111 | 154 | 146 | 40 | 0 | 6 | 72 | 252 | 23 | 43 |
| Binary | 1001001 | 1101100 | 1100110 | 100000 | 0 | 110 | 111010 | 10101010 | 10011 | 100011 |
Color Harmonies of #496C66
Complementary color
Monochromatic Colors of #496C66
Black with #496C66
Text Example
Text Example
White with #496C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C66; }
p { color: rgb(73,108,102); }
H1.HeaderClassName
{
color: #496C66;
}
.AnyTagClassName
{
color: #496C66;
}
</style>
background-color css
<style>
a { background-color: #496C66; }
a { background-color: rgb(73,108,102); }
div.DivClassName
{
background-color: #496C66;
}
.BgClassName
{
background-color: #496C66;
}
</style>
border-color css
<style>
span { border-color: #496C66; }
span { border-color: rgb(73,108,102); }
td.TdClassName
{
border-color: #496C66;
}
.TagClassName
{
border-color: #496C66;
}
</style>