#49736C

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

Shades of Dark Green Copper #49736C

Tints of Dark Green Copper #49736C

Color information

#49736C (or 0x49736C) is unknown color: approx Dark Green Copper. HEX triplet: 49, 73 and 6C. RGB value is (73,115,108). Sum of RGB (Red+Green+Blue) = 73+115+108=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #49736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49736C is #B68C93. Grayscale: #656565. Windows color (decimal): -11963540 or 7107401. OLE color: 7107401.

HSL color Cylindrical-coordinate representation of color #49736C: hue angle of 170º 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 #49736C is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB73115108-
CMYK0.3700.060.55
HSL170º22.34%36.86%-
HSV(B)170º36.52%45.1%-
XYZ11.5914.7616.43-
YUV101.64131.59107.57-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 115 (45.31% from 255) = 38.85%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=24.66%
G=38.85%
B=36.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731151080.3700.060.5517022.3436.86
Hex49736C250637aa1625
Octal1111631544506672522645
Binary10010011110011110110010010101101101111010101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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