Shades of Dark Green Copper #496F68
Tints of Dark Green Copper #496F68
RGB
CMYK
RGB Variations
Color information
#496F68 (or 0x496F68) is known color: Dark Green Copper. HEX triplet: 49, 6F and 68. RGB value is (73,111,104). Sum of RGB (Red+Green+Blue) = 73+111+104=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 111 (43.75% from 255 or 38.54% from 288); Blue value is 104 (41.02% from 255 or 36.11% from 288); Max value from RGB is 111 - color contains mainly: green. Hex color #496F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F68 is #B69097. Grayscale: #626262. Windows color (decimal): -11964568 or 6844233. OLE color: 6844233.
HSL color Cylindrical-coordinate representation of color #496F68: hue angle of 168.95º 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 #496F68 is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 73 | 111 | 104 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.56 |
| HSL | 168.95º | 0.21% | 0.36% | - |
| HSV(B) | 168.95º | 0.34% | 0.44% | - |
| XYZ | 10.93 | 13.78 | 15.18 | - |
| YUV | 98.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 111 | 104 | 0.34 | 0 | 0.06 | 0.56 | 168.95 | 0.21 | 0.36 |
| Hex | 49 | 6F | 68 | 22 | 0 | 6 | 38 | A9 | 15 | 24 |
| Octal | 111 | 157 | 150 | 42 | 0 | 6 | 70 | 251 | 25 | 44 |
| Binary | 1001001 | 1101111 | 1101000 | 100010 | 0 | 110 | 111000 | 10101001 | 10101 | 100100 |
Color Harmonies of #496F68
Complementary color
Monochromatic Colors of #496F68
Black with #496F68
Text Example
Text Example
White with #496F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #496F68; }
p { color: rgb(73,111,104); }
H1.HeaderClassName
{
color: #496F68;
}
.AnyTagClassName
{
color: #496F68;
}
</style>
background-color css
<style>
a { background-color: #496F68; }
a { background-color: rgb(73,111,104); }
div.DivClassName
{
background-color: #496F68;
}
.BgClassName
{
background-color: #496F68;
}
</style>
border-color css
<style>
span { border-color: #496F68; }
span { border-color: rgb(73,111,104); }
td.TdClassName
{
border-color: #496F68;
}
.TagClassName
{
border-color: #496F68;
}
</style>