#49716B

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

Shades of Dark Green Copper #49716B

Tints of Dark Green Copper #49716B

Color information

#49716B (or 0x49716B) is unknown color: approx Dark Green Copper. HEX triplet: 49, 71 and 6B. RGB value is (73,113,107). Sum of RGB (Red+Green+Blue) = 73+113+107=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 113 - color contains mainly: green. Hex color #49716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49716B is #B68E94. Grayscale: #646464. Windows color (decimal): -11964053 or 7041353. OLE color: 7041353.

HSL color Cylindrical-coordinate representation of color #49716B: hue angle of 171º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #49716B is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB73113107-
CMYK0.3500.050.56
HSL171º21.51%36.47%-
HSV(B)171º35.4%44.31%-
XYZ11.3114.2916.07-
YUV100.36131.75108.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 107 (42.19% from 255) = 36.52%
R=24.91%
G=38.57%
B=36.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731131070.3500.050.5617121.5136.47
Hex49716B230538ab1624
Octal1111611534305702532644
Binary10010011110001110101110001101011110001010101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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