#49786a

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

Shades of Dark Green Copper #49786A

Tints of Dark Green Copper #49786A

Color information

#49786A (or 0x49786A) is unknown color: approx Dark Green Copper. HEX triplet: 49, 78 and 6A. RGB value is (73,120,106). Sum of RGB (Red+Green+Blue) = 73+120+106=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #49786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49786A is #B68795. Grayscale: #686868. Windows color (decimal): -11962262 or 6977609. OLE color: 6977609.

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

Color convert

RGB73120106-
CMYK0.3900.120.53
HSL162.13º24.35%37.84%-
HSV(B)162.13º39.17%47.06%-
XYZ12.0715.8916.07-
YUV104.35128.93105.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=24.41%
G=40.13%
B=35.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731201060.3900.120.53162.1324.3537.84
Hex49786A270C35a21826
Octal11117015247014652423046
Binary100100111110001101010100111011001101011010001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49786a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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