#497163

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

Shades of Dark Green Copper #497163

Tints of Dark Green Copper #497163

Color information

#497163 (or 0x497163) is unknown color: approx Dark Green Copper. HEX triplet: 49, 71 and 63. RGB value is (73,113,99). Sum of RGB (Red+Green+Blue) = 73+113+99=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #497163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497163 is #B68E9C. Grayscale: #636363. Windows color (decimal): -11964061 or 6517065. OLE color: 6517065.

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

Color convert

RGB7311399-
CMYK0.3500.120.56
HSL159º21.51%36.47%-
HSV(B)159º35.4%44.31%-
XYZ10.914.1313.96-
YUV99.44127.75109.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.61%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=25.61%
G=39.65%
B=34.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73113990.3500.120.5615921.5136.47
Hex497163230C389f1624
Octal11116114343014702372644
Binary100100111100011100011100011011001110001001111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497163; }

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

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

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

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

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

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

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

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