#497670

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

Shades of Dark Green Copper #497670

Tints of Dark Green Copper #497670

Color information

#497670 (or 0x497670) is unknown color: approx Dark Green Copper. HEX triplet: 49, 76 and 70. RGB value is (73,118,112). Sum of RGB (Red+Green+Blue) = 73+118+112=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #497670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497670 is #B6898F. Grayscale: #676767. Windows color (decimal): -11962768 or 7370313. OLE color: 7370313.

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

Color convert

RGB73118112-
CMYK0.3800.050.54
HSL172º23.56%37.45%-
HSV(B)172º38.14%46.27%-
XYZ12.1515.5417.69-
YUV103.86132.59105.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 112 (44.14% from 255) = 36.96%
R=24.09%
G=38.94%
B=36.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731181120.3800.050.5417223.5637.45
Hex497670260536ac1825
Octal1111661604605662543045
Binary10010011110110111000010011001011101101010110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497670; }

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

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

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

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

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

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

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

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