#49766C

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

Shades of Dark Green Copper #49766C

Tints of Dark Green Copper #49766C

Color information

#49766C (or 0x49766C) is unknown color: approx Dark Green Copper. HEX triplet: 49, 76 and 6C. RGB value is (73,118,108). Sum of RGB (Red+Green+Blue) = 73+118+108=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #49766C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49766C is #B68993. Grayscale: #676767. Windows color (decimal): -11962772 or 7108169. OLE color: 7108169.

HSL color Cylindrical-coordinate representation of color #49766C: hue angle of 166.67º degrees, saturation: 0.24, 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 #49766C is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB73118108-
CMYK0.3800.080.54
HSL166.67º23.56%37.45%-
HSV(B)166.67º38.14%46.27%-
XYZ11.9315.4616.54-
YUV103.4130.59106.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=24.41%
G=39.46%
B=36.12%

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
Decimal731181080.3800.080.54166.6723.5637.45
Hex49766C260836a71825
Octal11116615446010662473045
Binary100100111101101101100100110010001101101010011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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