#49786D

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

Shades of Dark Green Copper #49786D

Tints of Dark Green Copper #49786D

Color information

#49786D (or 0x49786D) is unknown color: approx Dark Green Copper. HEX triplet: 49, 78 and 6D. RGB value is (73,120,109). Sum of RGB (Red+Green+Blue) = 73+120+109=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #49786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49786D is #B68792. Grayscale: #686868. Windows color (decimal): -11962259 or 7174217. OLE color: 7174217.

HSL color Cylindrical-coordinate representation of color #49786D: hue angle of 165.96º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49786D is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB73120109-
CMYK0.3900.090.53
HSL165.96º24.35%37.84%-
HSV(B)165.96º39.17%47.06%-
XYZ12.2215.9516.9-
YUV104.69130.43105.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=24.17%
G=39.74%
B=36.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731201090.3900.090.53165.9624.3537.84
Hex49786D270935a61826
Octal11117015547011652463046
Binary100100111110001101101100111010011101011010011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49786D; }

 p { color: rgb(73,120,109); }

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

<style>
 a { background-color: #49786D; }

 a { background-color: rgb(73,120,109); }

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

<style>
 span { border-color: #49786D; }

 span { border-color: rgb(73,120,109); }

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