#497E71

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

Shades of Dark Green Copper #497E71

Tints of Dark Green Copper #497E71

Color information

#497E71 (or 0x497E71) is unknown color: approx Dark Green Copper. HEX triplet: 49, 7E and 71. RGB value is (73,126,113). Sum of RGB (Red+Green+Blue) = 73+126+113=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 126 - color contains mainly: green. Hex color #497E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497E71 is #B6818E. Grayscale: #6C6C6C. Windows color (decimal): -11960719 or 7437897. OLE color: 7437897.

HSL color Cylindrical-coordinate representation of color #497E71: hue angle of 165.28º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #497E71 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB73126113-
CMYK0.4200.100.51
HSL165.28º26.63%39.02%-
HSV(B)165.28º42.06%49.41%-
XYZ13.1917.5318.31-
YUV108.67130.44102.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 126 (49.61% from 255) = 40.38%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=23.40%
G=40.38%
B=36.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731261130.4200.100.51165.2826.6339.02
Hex497E712A0A33a51b27
Octal11117616152012632453347
Binary100100111111101110001101010010101100111010010111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,126,113); }

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

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

 a { background-color: rgb(73,126,113); }

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

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

 span { border-color: rgb(73,126,113); }

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