#49776F

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

Shades of Dark Green Copper #49776F

Tints of Dark Green Copper #49776F

Color information

#49776F (or 0x49776F) is unknown color: approx Dark Green Copper. HEX triplet: 49, 77 and 6F. RGB value is (73,119,111). Sum of RGB (Red+Green+Blue) = 73+119+111=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #49776F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49776F is #B68890. Grayscale: #686868. Windows color (decimal): -11962513 or 7305033. OLE color: 7305033.

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

Color convert

RGB73119111-
CMYK0.3900.070.53
HSL169.57º23.96%37.65%-
HSV(B)169.57º38.66%46.67%-
XYZ12.2115.7617.44-
YUV104.33131.76105.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 119 (46.88% from 255) = 39.27%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=24.09%
G=39.27%
B=36.63%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731191110.3900.070.53169.5723.9637.65
Hex49776F270735aa1826
Octal1111671574707652523046
Binary10010011110111110111110011101111101011010101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49776F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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