#497464

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

Shades of Dark Green Copper #497464

Tints of Dark Green Copper #497464

Color information

#497464 (or 0x497464) is unknown color: approx Dark Green Copper. HEX triplet: 49, 74 and 64. RGB value is (73,116,100). Sum of RGB (Red+Green+Blue) = 73+116+100=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #497464 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497464 is #B68B9B. Grayscale: #656565. Windows color (decimal): -11963292 or 6583369. OLE color: 6583369.

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

Color convert

RGB73116100-
CMYK0.3700.140.55
HSL157.67º22.75%37.06%-
HSV(B)157.67º37.07%45.49%-
XYZ11.2914.8314.32-
YUV101.32127.25107.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 116 (45.70% from 255) = 40.14%
BLUE value IS 100 (39.45% from 255) = 34.60%
R=25.26%
G=40.14%
B=34.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731161000.3700.140.55157.6722.7537.06
Hex497464250E379e1725
Octal11116414445016672362745
Binary100100111101001100100100101011101101111001111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497464; }

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

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

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

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

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

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

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

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