#497565

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

Shades of Dark Green Copper #497565

Tints of Dark Green Copper #497565

Color information

#497565 (or 0x497565) is unknown color: approx Dark Green Copper. HEX triplet: 49, 75 and 65. RGB value is (73,117,101). Sum of RGB (Red+Green+Blue) = 73+117+101=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #497565 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497565 is #B68A9A. Grayscale: #666666. Windows color (decimal): -11963035 or 6649161. OLE color: 6649161.

HSL color Cylindrical-coordinate representation of color #497565: hue angle of 158.18º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497565 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB73117101-
CMYK0.3800.140.54
HSL158.18º23.16%37.25%-
HSV(B)158.18º37.61%45.88%-
XYZ11.4615.0814.62-
YUV102.02127.42107.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.09%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 101 (39.84% from 255) = 34.71%
R=25.09%
G=40.21%
B=34.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731171010.3800.140.54158.1823.1637.25
Hex497565260E369e1725
Octal11116514546016662362745
Binary100100111101011100101100110011101101101001111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497565; }

 p { color: rgb(73,117,101); }

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

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

 a { background-color: rgb(73,117,101); }

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

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

 span { border-color: rgb(73,117,101); }

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