#497671

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

Shades of Dark Green Copper #497671

Tints of Dark Green Copper #497671

Color information

#497671 (or 0x497671) is unknown color: approx Dark Green Copper. HEX triplet: 49, 76 and 71. RGB value is (73,118,113). Sum of RGB (Red+Green+Blue) = 73+118+113=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 113 (44.53% from 255 or 37.17% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #497671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497671 is #B6898E. Grayscale: #676767. Windows color (decimal): -11962767 or 7435849. OLE color: 7435849.

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

Color convert

RGB73118113-
CMYK0.3800.040.54
HSL173.33º23.56%37.45%-
HSV(B)173.33º38.14%46.27%-
XYZ12.2115.5717.98-
YUV103.98133.09105.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 113 (44.53% from 255) = 37.17%
R=24.01%
G=38.82%
B=37.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731181130.3800.040.54173.3323.5637.45
Hex497671260436ad1825
Octal1111661614604662553045
Binary10010011110110111000110011001001101101010110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497671; }

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

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

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

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

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

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

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

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