#497666

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

Shades of Dark Green Copper #497666

Tints of Dark Green Copper #497666

Color information

#497666 (or 0x497666) is unknown color: approx Dark Green Copper. HEX triplet: 49, 76 and 66. RGB value is (73,118,102). Sum of RGB (Red+Green+Blue) = 73+118+102=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 102 (40.23% from 255 or 34.81% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #497666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497666 is #B68999. Grayscale: #666666. Windows color (decimal): -11962778 or 6714953. OLE color: 6714953.

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

Color convert

RGB73118102-
CMYK0.3800.140.54
HSL158.67º23.56%37.45%-
HSV(B)158.67º38.14%46.27%-
XYZ11.6215.3314.92-
YUV102.72127.59106.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 102 (40.23% from 255) = 34.81%
R=24.91%
G=40.27%
B=34.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731181020.3800.140.54158.6723.5637.45
Hex497666260E369f1825
Octal11116614646016662373045
Binary100100111101101100110100110011101101101001111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497666; }

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

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

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

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

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

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

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

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