#49786E

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

Shades of Dark Green Copper #49786E

Tints of Dark Green Copper #49786E

Color information

#49786E (or 0x49786E) is unknown color: approx Dark Green Copper. HEX triplet: 49, 78 and 6E. RGB value is (73,120,110). Sum of RGB (Red+Green+Blue) = 73+120+110=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #49786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49786E is #B68791. Grayscale: #686868. Windows color (decimal): -11962258 or 7239753. OLE color: 7239753.

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

Color convert

RGB73120110-
CMYK0.3900.080.53
HSL167.23º24.35%37.84%-
HSV(B)167.23º39.17%47.06%-
XYZ12.2815.9817.19-
YUV104.81130.93105.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=24.09%
G=39.60%
B=36.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731201100.3900.080.53167.2324.3537.84
Hex49786E270835a71826
Octal11117015647010652473046
Binary100100111110001101110100111010001101011010011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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