#496C63

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

Shades of Dark Green Copper #496C63

Tints of Dark Green Copper #496C63

Color information

#496C63 (or 0x496C63) is unknown color: approx Dark Green Copper. HEX triplet: 49, 6C and 63. RGB value is (73,108,99). Sum of RGB (Red+Green+Blue) = 73+108+99=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 108 (42.58% from 255 or 38.57% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 108 - color contains mainly: green. Hex color #496C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C63 is #B6939C. Grayscale: #606060. Windows color (decimal): -11965341 or 6515785. OLE color: 6515785.

HSL color Cylindrical-coordinate representation of color #496C63: hue angle of 164.57º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496C63 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB7310899-
CMYK0.3200.080.58
HSL164.57º19.34%35.49%-
HSV(B)164.57º32.41%42.35%-
XYZ10.3613.0413.78-
YUV96.51129.4111.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 108 (42.58% from 255) = 38.57%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=26.07%
G=38.57%
B=35.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73108990.3200.080.58164.5719.3435.49
Hex496C6320083Aa51323
Octal11115414340010722452343
Binary100100111011001100011100000010001110101010010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496C63; }

 p { color: rgb(73,108,99); }

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

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

 a { background-color: rgb(73,108,99); }

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

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

 span { border-color: rgb(73,108,99); }

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