#497C6E

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

Shades of Dark Green Copper #497C6E

Tints of Dark Green Copper #497C6E

Color information

#497C6E (or 0x497C6E) is unknown color: approx Dark Green Copper. HEX triplet: 49, 7C and 6E. RGB value is (73,124,110). Sum of RGB (Red+Green+Blue) = 73+124+110=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #497C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C6E is #B68391. Grayscale: #6B6B6B. Windows color (decimal): -11961234 or 7240777. OLE color: 7240777.

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

Color convert

RGB73124110-
CMYK0.4100.110.51
HSL163.53º25.89%38.63%-
HSV(B)163.53º41.13%48.63%-
XYZ12.7716.9617.35-
YUV107.16129.6103.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=23.78%
G=40.39%
B=35.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731241100.4100.110.51163.5325.8938.63
Hex497C6E290B33a41a27
Octal11117415651013632443247
Binary100100111111001101110101001010111100111010010011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,124,110); }

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

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

 a { background-color: rgb(73,124,110); }

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

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

 span { border-color: rgb(73,124,110); }

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