#497768

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

Shades of Dark Green Copper #497768

Tints of Dark Green Copper #497768

Color information

#497768 (or 0x497768) is unknown color: approx Dark Green Copper. HEX triplet: 49, 77 and 68. RGB value is (73,119,104). Sum of RGB (Red+Green+Blue) = 73+119+104=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #497768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497768 is #B68897. Grayscale: #676767. Windows color (decimal): -11962520 or 6846281. OLE color: 6846281.

HSL color Cylindrical-coordinate representation of color #497768: hue angle of 160.43º 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 #497768 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB73119104-
CMYK0.3900.130.53
HSL160.43º23.96%37.65%-
HSV(B)160.43º38.66%46.67%-
XYZ11.8415.6115.49-
YUV103.54128.26106.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 104 (41.02% from 255) = 35.14%
R=24.66%
G=40.20%
B=35.14%

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
Decimal731191040.3900.130.53160.4323.9637.65
Hex497768270D35a01826
Octal11116715047015652403046
Binary100100111101111101000100111011011101011010000011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497768; }

 p { color: rgb(73,119,104); }

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

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

 a { background-color: rgb(73,119,104); }

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

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

 span { border-color: rgb(73,119,104); }

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