#49796B

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

Shades of Dark Green Copper #49796B

Tints of Dark Green Copper #49796B

Color information

#49796B (or 0x49796B) is unknown color: approx Dark Green Copper. HEX triplet: 49, 79 and 6B. RGB value is (73,121,107). Sum of RGB (Red+Green+Blue) = 73+121+107=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 121 - color contains mainly: green. Hex color #49796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49796B is #B68694. Grayscale: #696969. Windows color (decimal): -11962005 or 7043401. OLE color: 7043401.

HSL color Cylindrical-coordinate representation of color #49796B: hue angle of 162.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49796B is Cyan = 0.40, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB73121107-
CMYK0.4000.120.53
HSL162.5º24.74%38.04%-
HSV(B)162.5º39.67%47.45%-
XYZ12.2416.1516.38-
YUV105.05129.1105.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 121 (47.66% from 255) = 40.20%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=24.25%
G=40.20%
B=35.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731211070.4000.120.53162.524.7438.04
Hex49796B280C35a21926
Octal11117115350014652423146
Binary100100111110011101011101000011001101011010001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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