#497069

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

Shades of Dark Green Copper #497069

Tints of Dark Green Copper #497069

Color information

#497069 (or 0x497069) is unknown color: approx Dark Green Copper. HEX triplet: 49, 70 and 69. RGB value is (73,112,105). Sum of RGB (Red+Green+Blue) = 73+112+105=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #497069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497069 is #B68F96. Grayscale: #636363. Windows color (decimal): -11964311 or 6910025. OLE color: 6910025.

HSL color Cylindrical-coordinate representation of color #497069: hue angle of 169.23º 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 #497069 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB73112105-
CMYK0.3500.060.56
HSL169.23º21.08%36.27%-
HSV(B)169.23º34.82%43.92%-
XYZ11.0914.0215.49-
YUV99.54131.08109.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.17%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 105 (41.41% from 255) = 36.21%
R=25.17%
G=38.62%
B=36.21%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731121050.3500.060.56169.2321.0836.27
Hex497069230638a91524
Octal1111601514306702512544
Binary10010011110000110100110001101101110001010100110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497069; }

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

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

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

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

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

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

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

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