#49756c

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

Shades of Dark Green Copper #49756C

Tints of Dark Green Copper #49756C

Color information

#49756C (or 0x49756C) is unknown color: approx Dark Green Copper. HEX triplet: 49, 75 and 6C. RGB value is (73,117,108). Sum of RGB (Red+Green+Blue) = 73+117+108=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #49756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49756C is #B68A93. Grayscale: #666666. Windows color (decimal): -11963028 or 7107913. OLE color: 7107913.

HSL color Cylindrical-coordinate representation of color #49756C: hue angle of 167.73º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49756C is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB73117108-
CMYK0.3800.080.54
HSL167.73º23.16%37.25%-
HSV(B)167.73º37.61%45.88%-
XYZ11.8215.2216.5-
YUV102.82130.92106.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 108 (42.58% from 255) = 36.24%
R=24.50%
G=39.26%
B=36.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731171080.3800.080.54167.7323.1637.25
Hex49756C260836a81725
Octal11116515446010662502745
Binary100100111101011101100100110010001101101010100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49756c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49756c; }

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

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

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

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

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

<style>
 span { border-color: #49756c; }

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

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