#497165

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

Shades of Dark Green Copper #497165

Tints of Dark Green Copper #497165

Color information

#497165 (or 0x497165) is unknown color: approx Dark Green Copper. HEX triplet: 49, 71 and 65. RGB value is (73,113,101). Sum of RGB (Red+Green+Blue) = 73+113+101=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #497165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497165 is #B68E9A. Grayscale: #636363. Windows color (decimal): -11964059 or 6648137. OLE color: 6648137.

HSL color Cylindrical-coordinate representation of color #497165: hue angle of 162º degrees, saturation: 0.22, 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 #497165 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB73113101-
CMYK0.3500.110.56
HSL162º21.51%36.47%-
HSV(B)162º35.4%44.31%-
XYZ1114.1714.47-
YUV99.67128.75108.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=25.44%
G=39.37%
B=35.19%

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
Decimal731131010.3500.110.5616221.5136.47
Hex497165230B38a21624
Octal11116114543013702422644
Binary100100111100011100101100011010111110001010001010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497165; }

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

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

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

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

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

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

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

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