#49776E

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

Shades of Dark Green Copper #49776E

Tints of Dark Green Copper #49776E

Color information

#49776E (or 0x49776E) is unknown color: approx Dark Green Copper. HEX triplet: 49, 77 and 6E. RGB value is (73,119,110). Sum of RGB (Red+Green+Blue) = 73+119+110=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 110 (43.36% from 255 or 36.42% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #49776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49776E is #B68891. Grayscale: #686868. Windows color (decimal): -11962514 or 7239497. OLE color: 7239497.

HSL color Cylindrical-coordinate representation of color #49776E: hue angle of 168.26º 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 #49776E is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB73119110-
CMYK0.3900.080.53
HSL168.26º23.96%37.65%-
HSV(B)168.26º38.66%46.67%-
XYZ12.1615.7417.15-
YUV104.22131.26105.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 110 (43.36% from 255) = 36.42%
R=24.17%
G=39.40%
B=36.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731191100.3900.080.53168.2623.9637.65
Hex49776E270835a81826
Octal11116715647010652503046
Binary100100111101111101110100111010001101011010100011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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