Shades of Dark Green Copper #496F64
Tints of Dark Green Copper #496F64
RGB
CMYK
RGB Variations
Color information
#496F64 (or 0x496F64) is known color: Dark Green Copper. HEX triplet: 49, 6F and 64. RGB value is (73,111,100). Sum of RGB (Red+Green+Blue) = 73+111+100=284 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.70% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 111 - color contains mainly: green. Hex color #496F64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F64 is #B6909B. Grayscale: #626262. Windows color (decimal): -11964572 or 6582089. OLE color: 6582089.
HSL color Cylindrical-coordinate representation of color #496F64: hue angle of 162.63º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496F64 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 111 | 100 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.56 |
| HSL | 162.63º | 0.21% | 0.36% | - |
| HSV(B) | 162.63º | 0.34% | 0.44% | - |
| XYZ | 10.73 | 13.71 | 14.14 | - |
| YUV | 98.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 100 | 0.34 | 0 | 0.10 | 0.56 | 162.63 | 0.21 | 0.36 |
| Hex | 49 | 6F | 64 | 22 | 0 | A | 38 | A3 | 15 | 24 |
| Octal | 111 | 157 | 144 | 42 | 0 | 12 | 70 | 243 | 25 | 44 |
| Binary | 1001001 | 1101111 | 1100100 | 100010 | 0 | 1010 | 111000 | 10100011 | 10101 | 100100 |
Color Harmonies of #496F64
Complementary color
Monochromatic Colors of #496F64
Black with #496F64
Text Example
Text Example
White with #496F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496F64; }
p { color: rgb(73,111,100); }
H1.HeaderClassName
{
color: #496F64;
}
.AnyTagClassName
{
color: #496F64;
}
</style>
background-color css
<style>
a { background-color: #496F64; }
a { background-color: rgb(73,111,100); }
div.DivClassName
{
background-color: #496F64;
}
.BgClassName
{
background-color: #496F64;
}
</style>
border-color css
<style>
span { border-color: #496F64; }
span { border-color: rgb(73,111,100); }
td.TdClassName
{
border-color: #496F64;
}
.TagClassName
{
border-color: #496F64;
}
</style>