#496864

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

Shades of Dark Green Copper #496864

Tints of Dark Green Copper #496864

Color information

#496864 (or 0x496864) is unknown color: approx Dark Green Copper. HEX triplet: 49, 68 and 64. RGB value is (73,104,100). Sum of RGB (Red+Green+Blue) = 73+104+100=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 104 - color contains mainly: green. Hex color #496864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496864 is #B6979B. Grayscale: #5E5E5E. Windows color (decimal): -11966364 or 6580297. OLE color: 6580297.

HSL color Cylindrical-coordinate representation of color #496864: hue angle of 172.26º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496864 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB73104100-
CMYK0.3000.040.59
HSL172.26º17.51%34.71%-
HSV(B)172.26º29.81%40.78%-
XYZ1012.2413.89-
YUV94.28131.23112.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 104 (41.02% from 255) = 37.55%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=26.35%
G=37.55%
B=36.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal731041000.3000.040.59172.2617.5134.71
Hex4968641E043Bac1223
Octal1111501443604732542243
Binary1001001110100011001001111001001110111010110010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496864; }

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

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

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

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

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

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

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

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