#49776C

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

Shades of Dark Green Copper #49776C

Tints of Dark Green Copper #49776C

Color information

#49776C (or 0x49776C) is unknown color: approx Dark Green Copper. HEX triplet: 49, 77 and 6C. RGB value is (73,119,108). Sum of RGB (Red+Green+Blue) = 73+119+108=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #49776C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49776C is #B68893. Grayscale: #676767. Windows color (decimal): -11962516 or 7108425. OLE color: 7108425.

HSL color Cylindrical-coordinate representation of color #49776C: hue angle of 165.65º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49776C is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB73119108-
CMYK0.3900.090.53
HSL165.65º23.96%37.65%-
HSV(B)165.65º38.66%46.67%-
XYZ12.0515.6916.58-
YUV103.99130.26105.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 119 (46.88% from 255) = 39.67%
BLUE value IS 108 (42.58% from 255) = 36%
R=24.33%
G=39.67%
B=36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731191080.3900.090.53165.6523.9637.65
Hex49776C270935a61826
Octal11116715447011652463046
Binary100100111101111101100100111010011101011010011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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