Shades of Dark Green Copper #496C67
Tints of Dark Green Copper #496C67
RGB
CMYK
RGB Variations
Color information
#496C67 (or 0x496C67) is known color: Dark Green Copper. HEX triplet: 49, 6C and 67. RGB value is (73,108,103). Sum of RGB (Red+Green+Blue) = 73+108+103=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #496C67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C67 is #B69398. Grayscale: #606060. Windows color (decimal): -11965337 or 6777929. OLE color: 6777929.
HSL color Cylindrical-coordinate representation of color #496C67: hue angle of 171.43º 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 #496C67 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 73 | 108 | 103 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.58 |
| HSL | 171.43º | 0.19% | 0.35% | - |
| HSV(B) | 171.43º | 0.32% | 0.42% | - |
| XYZ | 10.56 | 13.12 | 14.81 | - |
| YUV | 96.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 108 | 103 | 0.32 | 0 | 0.05 | 0.58 | 171.43 | 0.19 | 0.35 |
| Hex | 49 | 6C | 67 | 20 | 0 | 5 | 3A | AB | 13 | 23 |
| Octal | 111 | 154 | 147 | 40 | 0 | 5 | 72 | 253 | 23 | 43 |
| Binary | 1001001 | 1101100 | 1100111 | 100000 | 0 | 101 | 111010 | 10101011 | 10011 | 100011 |
Color Harmonies of #496C67
Complementary color
Monochromatic Colors of #496C67
Black with #496C67
Text Example
Text Example
White with #496C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496C67; }
p { color: rgb(73,108,103); }
H1.HeaderClassName
{
color: #496C67;
}
.AnyTagClassName
{
color: #496C67;
}
</style>
background-color css
<style>
a { background-color: #496C67; }
a { background-color: rgb(73,108,103); }
div.DivClassName
{
background-color: #496C67;
}
.BgClassName
{
background-color: #496C67;
}
</style>
border-color css
<style>
span { border-color: #496C67; }
span { border-color: rgb(73,108,103); }
td.TdClassName
{
border-color: #496C67;
}
.TagClassName
{
border-color: #496C67;
}
</style>