#497A6D

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

Shades of Dark Green Copper #497A6D

Tints of Dark Green Copper #497A6D

Color information

#497A6D (or 0x497A6D) is unknown color: approx Dark Green Copper. HEX triplet: 49, 7A and 6D. RGB value is (73,122,109). Sum of RGB (Red+Green+Blue) = 73+122+109=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #497A6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A6D is #B68592. Grayscale: #696969. Windows color (decimal): -11961747 or 7174729. OLE color: 7174729.

HSL color Cylindrical-coordinate representation of color #497A6D: hue angle of 164.08º 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 #497A6D is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB73122109-
CMYK0.4000.110.52
HSL164.08º25.13%38.24%-
HSV(B)164.08º40.16%47.84%-
XYZ12.4716.4416.98-
YUV105.87129.77104.56-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 122 (48.05% from 255) = 40.13%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=24.01%
G=40.13%
B=35.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731221090.4000.110.52164.0825.1338.24
Hex497A6D280B34a41926
Octal11117215550013642443146
Binary100100111110101101101101000010111101001010010011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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