#497064

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

Shades of Dark Green Copper #497064

Tints of Dark Green Copper #497064

Color information

#497064 (or 0x497064) is unknown color: approx Dark Green Copper. HEX triplet: 49, 70 and 64. RGB value is (73,112,100). Sum of RGB (Red+Green+Blue) = 73+112+100=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #497064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497064 is #B68F9B. Grayscale: #626262. Windows color (decimal): -11964316 or 6582345. OLE color: 6582345.

HSL color Cylindrical-coordinate representation of color #497064: hue angle of 161.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497064 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB73112100-
CMYK0.3500.110.56
HSL161.54º21.08%36.27%-
HSV(B)161.54º34.82%43.92%-
XYZ10.8413.9214.17-
YUV98.97128.58109.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=25.61%
G=39.30%
B=35.09%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731121000.3500.110.56161.5421.0836.27
Hex497064230B38a21524
Octal11116014443013702422544
Binary100100111100001100100100011010111110001010001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497064; }

 p { color: rgb(73,112,100); }

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

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

 a { background-color: rgb(73,112,100); }

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

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

 span { border-color: rgb(73,112,100); }

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