#49706B

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

Shades of Dark Green Copper #49706B

Tints of Dark Green Copper #49706B

Color information

#49706B (or 0x49706B) is unknown color: approx Dark Green Copper. HEX triplet: 49, 70 and 6B. RGB value is (73,112,107). Sum of RGB (Red+Green+Blue) = 73+112+107=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #49706B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49706B is #B68F94. Grayscale: #636363. Windows color (decimal): -11964309 or 7041097. OLE color: 7041097.

HSL color Cylindrical-coordinate representation of color #49706B: hue angle of 172.31º 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 #49706B is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB73112107-
CMYK0.3500.040.56
HSL172.31º21.08%36.27%-
HSV(B)172.31º34.82%43.92%-
XYZ11.214.0716.03-
YUV99.77132.08108.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=25%
G=38.36%
B=36.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731121070.3500.040.56172.3121.0836.27
Hex49706B230438ac1524
Octal1111601534304702542544
Binary10010011110000110101110001101001110001010110010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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