#497571

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

Shades of Dark Green Copper #497571

Tints of Dark Green Copper #497571

Color information

#497571 (or 0x497571) is unknown color: approx Dark Green Copper. HEX triplet: 49, 75 and 71. RGB value is (73,117,113). Sum of RGB (Red+Green+Blue) = 73+117+113=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #497571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497571 is #B68A8E. Grayscale: #676767. Windows color (decimal): -11963023 or 7435593. OLE color: 7435593.

HSL color Cylindrical-coordinate representation of color #497571: hue angle of 174.55º 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 #497571 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB73117113-
CMYK0.3800.030.54
HSL174.55º23.16%37.25%-
HSV(B)174.55º37.61%45.88%-
XYZ12.0915.3317.94-
YUV103.39133.42106.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 117 (46.09% from 255) = 38.61%
BLUE value IS 113 (44.53% from 255) = 37.29%
R=24.09%
G=38.61%
B=37.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731171130.3800.030.54174.5523.1637.25
Hex497571260336af1725
Octal1111651614603662572745
Binary1001001111010111100011001100111101101010111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497571; }

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

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

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

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

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

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

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

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