#497869

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

Shades of Dark Green Copper #497869

Tints of Dark Green Copper #497869

Color information

#497869 (or 0x497869) is unknown color: approx Dark Green Copper. HEX triplet: 49, 78 and 69. RGB value is (73,120,105). Sum of RGB (Red+Green+Blue) = 73+120+105=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #497869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497869 is #B68796. Grayscale: #686868. Windows color (decimal): -11962263 or 6912073. OLE color: 6912073.

HSL color Cylindrical-coordinate representation of color #497869: hue angle of 160.85º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497869 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB73120105-
CMYK0.3900.130.53
HSL160.85º24.35%37.84%-
HSV(B)160.85º39.17%47.06%-
XYZ12.0115.8715.79-
YUV104.24128.43105.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 120 (47.27% from 255) = 40.27%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=24.50%
G=40.27%
B=35.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731201050.3900.130.53160.8524.3537.84
Hex497869270D35a11826
Octal11117015147015652413046
Binary100100111110001101001100111011011101011010000111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497869; }

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

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

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

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

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

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

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

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