#49706A

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

Shades of Dark Green Copper #49706A

Tints of Dark Green Copper #49706A

Color information

#49706A (or 0x49706A) is unknown color: approx Dark Green Copper. HEX triplet: 49, 70 and 6A. RGB value is (73,112,106). Sum of RGB (Red+Green+Blue) = 73+112+106=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 112 - color contains mainly: green. Hex color #49706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49706A is #B68F95. Grayscale: #636363. Windows color (decimal): -11964310 or 6975561. OLE color: 6975561.

HSL color Cylindrical-coordinate representation of color #49706A: hue angle of 170.77º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49706A is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB73112106-
CMYK0.3500.050.56
HSL170.77º21.08%36.27%-
HSV(B)170.77º34.82%43.92%-
XYZ11.1414.0515.76-
YUV99.66131.58108.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 112 (44.14% from 255) = 38.49%
BLUE value IS 106 (41.80% from 255) = 36.43%
R=25.09%
G=38.49%
B=36.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731121060.3500.050.56170.7721.0836.27
Hex49706A230538ab1524
Octal1111601524305702532544
Binary10010011110000110101010001101011110001010101110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49706A; }

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

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

<style>
 a { background-color: #49706A; }

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

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

<style>
 span { border-color: #49706A; }

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

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