#497066

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

Shades of Dark Green Copper #497066

Tints of Dark Green Copper #497066

Color information

#497066 (or 0x497066) is unknown color: approx Dark Green Copper. HEX triplet: 49, 70 and 66. RGB value is (73,112,102). Sum of RGB (Red+Green+Blue) = 73+112+102=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #497066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497066 is #B68F99. Grayscale: #636363. Windows color (decimal): -11964314 or 6713417. OLE color: 6713417.

HSL color Cylindrical-coordinate representation of color #497066: hue angle of 164.62º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497066 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB73112102-
CMYK0.3500.090.56
HSL164.62º21.08%36.27%-
HSV(B)164.62º34.82%43.92%-
XYZ10.9413.9614.69-
YUV99.2129.58109.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=25.44%
G=39.02%
B=35.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731121020.3500.090.56164.6221.0836.27
Hex497066230938a51524
Octal11116014643011702452544
Binary100100111100001100110100011010011110001010010110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497066; }

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

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

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

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

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

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

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

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