#497364

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

Shades of Dark Green Copper #497364

Tints of Dark Green Copper #497364

Color information

#497364 (or 0x497364) is unknown color: approx Dark Green Copper. HEX triplet: 49, 73 and 64. RGB value is (73,115,100). Sum of RGB (Red+Green+Blue) = 73+115+100=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 100 (39.45% from 255 or 34.72% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #497364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497364 is #B68C9B. Grayscale: #646464. Windows color (decimal): -11963548 or 6583113. OLE color: 6583113.

HSL color Cylindrical-coordinate representation of color #497364: hue angle of 158.57º 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 #497364 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB73115100-
CMYK0.3700.130.55
HSL158.57º22.34%36.86%-
HSV(B)158.57º36.52%45.1%-
XYZ11.1814.614.29-
YUV100.73127.59108.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.35%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 100 (39.45% from 255) = 34.72%
R=25.35%
G=39.93%
B=34.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731151000.3700.130.55158.5722.3436.86
Hex497364250D379f1625
Octal11116314445015672372645
Binary100100111100111100100100101011011101111001111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497364; }

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

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

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

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

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

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

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

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