#497370

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

Shades of Dark Green Copper #497370

Tints of Dark Green Copper #497370

Color information

#497370 (or 0x497370) is unknown color: approx Dark Green Copper. HEX triplet: 49, 73 and 70. RGB value is (73,115,112). Sum of RGB (Red+Green+Blue) = 73+115+112=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 115 (45.31% from 255 or 38.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 115 - color contains mainly: green. Hex color #497370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497370 is #B68C8F. Grayscale: #666666. Windows color (decimal): -11963536 or 7369545. OLE color: 7369545.

HSL color Cylindrical-coordinate representation of color #497370: hue angle of 175.71º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497370 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB73115112-
CMYK0.3700.030.55
HSL175.71º22.34%36.86%-
HSV(B)175.71º36.52%45.1%-
XYZ11.814.8517.57-
YUV102.1133.59107.24-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 115 (45.31% from 255) = 38.33%
BLUE value IS 112 (44.14% from 255) = 37.33%
R=24.33%
G=38.33%
B=37.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731151120.3700.030.55175.7122.3436.86
Hex497370250337b01625
Octal1111631604503672602645
Binary1001001111001111100001001010111101111011000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497370; }

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

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

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

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

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

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

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

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