Shades of Dark Green Copper #496963
Tints of Dark Green Copper #496963
RGB
CMYK
RGB Variations
Color information
#496963 (or 0x496963) is known color: Dark Green Copper. HEX triplet: 49, 69 and 63. RGB value is (73,105,99). Sum of RGB (Red+Green+Blue) = 73+105+99=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #496963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496963 is #B6969C. Grayscale: #5E5E5E. Windows color (decimal): -11966109 or 6515017. OLE color: 6515017.
HSL color Cylindrical-coordinate representation of color #496963: hue angle of 168.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496963 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 73 | 105 | 99 | - |
| CMYK | 0.30 | 0 | 0.06 | 0.59 |
| HSL | 168.75º | 0.18% | 0.35% | - |
| HSV(B) | 168.75º | 0.3% | 0.41% | - |
| XYZ | 10.05 | 12.42 | 13.67 | - |
| YUV | 94.75 | 130.4 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 105 | 99 | 0.30 | 0 | 0.06 | 0.59 | 168.75 | 0.18 | 0.35 |
| Hex | 49 | 69 | 63 | 1E | 0 | 6 | 3B | A9 | 12 | 23 |
| Octal | 111 | 151 | 143 | 36 | 0 | 6 | 73 | 251 | 22 | 43 |
| Binary | 1001001 | 1101001 | 1100011 | 11110 | 0 | 110 | 111011 | 10101001 | 10010 | 100011 |
Color Harmonies of #496963
Complementary color
Monochromatic Colors of #496963
Black with #496963
Text Example
Text Example
White with #496963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496963; }
p { color: rgb(73,105,99); }
H1.HeaderClassName
{
color: #496963;
}
.AnyTagClassName
{
color: #496963;
}
</style>
background-color css
<style>
a { background-color: #496963; }
a { background-color: rgb(73,105,99); }
div.DivClassName
{
background-color: #496963;
}
.BgClassName
{
background-color: #496963;
}
</style>
border-color css
<style>
span { border-color: #496963; }
span { border-color: rgb(73,105,99); }
td.TdClassName
{
border-color: #496963;
}
.TagClassName
{
border-color: #496963;
}
</style>