#497A74

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

Shades of Dark Green Copper #497A74

Tints of Dark Green Copper #497A74

Color information

#497A74 (or 0x497A74) is unknown color: approx Dark Green Copper. HEX triplet: 49, 7A and 74. RGB value is (73,122,116). Sum of RGB (Red+Green+Blue) = 73+122+116=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #497A74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A74 is #B6858B. Grayscale: #6A6A6A. Windows color (decimal): -11961740 or 7633481. OLE color: 7633481.

HSL color Cylindrical-coordinate representation of color #497A74: hue angle of 172.65º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A74 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB73122116-
CMYK0.4000.050.52
HSL172.65º25.13%38.24%-
HSV(B)172.65º40.16%47.84%-
XYZ12.8616.619.05-
YUV106.66133.27103.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 122 (48.05% from 255) = 39.23%
BLUE value IS 116 (45.70% from 255) = 37.30%
R=23.47%
G=39.23%
B=37.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731221160.4000.050.52172.6525.1338.24
Hex497A74280534ad1926
Octal1111721645005642553146
Binary10010011111010111010010100001011101001010110111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,122,116); }

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

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

 a { background-color: rgb(73,122,116); }

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

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

 span { border-color: rgb(73,122,116); }

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