#49786C

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

Shades of Dark Green Copper #49786C

Tints of Dark Green Copper #49786C

Color information

#49786C (or 0x49786C) is unknown color: approx Dark Green Copper. HEX triplet: 49, 78 and 6C. RGB value is (73,120,108). Sum of RGB (Red+Green+Blue) = 73+120+108=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #49786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49786C is #B68793. Grayscale: #686868. Windows color (decimal): -11962260 or 7108681. OLE color: 7108681.

HSL color Cylindrical-coordinate representation of color #49786C: hue angle of 164.68º 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 #49786C is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB73120108-
CMYK0.3900.100.53
HSL164.68º24.35%37.84%-
HSV(B)164.68º39.17%47.06%-
XYZ12.1715.9316.62-
YUV104.58129.93105.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=24.25%
G=39.87%
B=35.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731201080.3900.100.53164.6824.3537.84
Hex49786C270A35a51826
Octal11117015447012652453046
Binary100100111110001101100100111010101101011010010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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