#497F73

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

Shades of Dark Green Copper #497F73

Tints of Dark Green Copper #497F73

Color information

#497F73 (or 0x497F73) is unknown color: approx Dark Green Copper. HEX triplet: 49, 7F and 73. RGB value is (73,127,115). Sum of RGB (Red+Green+Blue) = 73+127+115=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 127 (50% from 255 or 40.32% from 315); Blue value is 115 (45.31% from 255 or 36.51% from 315); Max value from RGB is 127 - color contains mainly: green. Hex color #497F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497F73 is #B6808C. Grayscale: #6D6D6D. Windows color (decimal): -11960461 or 7569225. OLE color: 7569225.

HSL color Cylindrical-coordinate representation of color #497F73: hue angle of 166.67º 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 #497F73 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB73127115-
CMYK0.4300.090.50
HSL166.67º27%39.22%-
HSV(B)166.67º42.52%49.8%-
XYZ13.4317.8318.95-
YUV109.49131.11101.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 127 (50% from 255) = 40.32%
BLUE value IS 115 (45.31% from 255) = 36.51%
R=23.17%
G=40.32%
B=36.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal731271150.4300.090.50166.672739.22
Hex497F732B0932a71b27
Octal11117716353011622473347
Binary100100111111111110011101011010011100101010011111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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