#49736E

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

Shades of Dark Green Copper #49736E

Tints of Dark Green Copper #49736E

Color information

#49736E (or 0x49736E) is unknown color: approx Dark Green Copper. HEX triplet: 49, 73 and 6E. RGB value is (73,115,110). Sum of RGB (Red+Green+Blue) = 73+115+110=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #49736E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49736E is #B68C91. Grayscale: #656565. Windows color (decimal): -11963538 or 7238473. OLE color: 7238473.

HSL color Cylindrical-coordinate representation of color #49736E: hue angle of 172.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #49736E is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB73115110-
CMYK0.3700.040.55
HSL172.86º22.34%36.86%-
HSV(B)172.86º36.52%45.1%-
XYZ11.6914.816.99-
YUV101.87132.59107.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 110 (43.36% from 255) = 36.91%
R=24.50%
G=38.59%
B=36.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731151100.3700.040.55172.8622.3436.86
Hex49736E250437ad1625
Octal1111631564504672552645
Binary10010011110011110111010010101001101111010110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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