#496E6A

Color #496E6A Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #496E6A

Tints of Dark Green Copper #496E6A

Color information

#496E6A (or 0x496E6A) is unknown color: approx Dark Green Copper. HEX triplet: 49, 6E and 6A. RGB value is (73,110,106). Sum of RGB (Red+Green+Blue) = 73+110+106=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 110 - color contains mainly: green. Hex color #496E6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496E6A is #B69195. Grayscale: #626262. Windows color (decimal): -11964822 or 6975049. OLE color: 6975049.

HSL color Cylindrical-coordinate representation of color #496E6A: hue angle of 173.51º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #496E6A is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB73110106-
CMYK0.3400.040.57
HSL173.51º20.22%35.88%-
HSV(B)173.51º33.64%43.14%-
XYZ10.9313.6115.69-
YUV98.48132.24109.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 110 (43.36% from 255) = 38.06%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=25.26%
G=38.06%
B=36.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal731101060.3400.040.57173.5120.2235.88
Hex496E6A220439ae1424
Octal1111561524204712562444
Binary10010011101110110101010001001001110011010111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496E6A; }

 p { color: rgb(73,110,106); }

 H1.HeaderClassName
 {
   color: #496E6A;
 }
 .AnyTagClassName
 {
   color: #496E6A;
 }
</style>
background-color css

<style>
 a { background-color: #496E6A; }

 a { background-color: rgb(73,110,106); }

 div.DivClassName
 {
   background-color: #496E6A;
 }
 .BgClassName
 {
   background-color: #496E6A;
 }
</style>
border-color css

<style>
 span { border-color: #496E6A; }

 span { border-color: rgb(73,110,106); }

 td.TdClassName
 {
   border-color: #496E6A;
 }
 .TagClassName
 {
   border-color: #496E6A;
 }
</style>