#497F76

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

Shades of Dark Green Copper #497F76

Tints of Dark Green Copper #497F76

Color information

#497F76 (or 0x497F76) is unknown color: approx Dark Green Copper. HEX triplet: 49, 7F and 76. RGB value is (73,127,118). Sum of RGB (Red+Green+Blue) = 73+127+118=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 127 - color contains mainly: green. Hex color #497F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497F76 is #B68089. Grayscale: #6D6D6D. Windows color (decimal): -11960458 or 7765833. OLE color: 7765833.

HSL color Cylindrical-coordinate representation of color #497F76: hue angle of 170º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497F76 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.50.

Color convert

RGB73127118-
CMYK0.4300.070.50
HSL170º27%39.22%-
HSV(B)170º42.52%49.8%-
XYZ13.6117.919.88-
YUV109.83132.61101.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 127 (50% from 255) = 39.94%
BLUE value IS 118 (46.48% from 255) = 37.11%
R=22.96%
G=39.94%
B=37.11%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731271180.4300.070.501702739.22
Hex497F762B0732aa1b27
Octal1111771665307622523347
Binary10010011111111111011010101101111100101010101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497F76; }

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

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

<style>
 a { background-color: #497F76; }

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

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

<style>
 span { border-color: #497F76; }

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

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