#496B63

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

Shades of Dark Green Copper #496B63

Tints of Dark Green Copper #496B63

Color information

#496B63 (or 0x496B63) is unknown color: approx Dark Green Copper. HEX triplet: 49, 6B and 63. RGB value is (73,107,99). Sum of RGB (Red+Green+Blue) = 73+107+99=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 107 - color contains mainly: green. Hex color #496B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B63 is #B6949C. Grayscale: #5F5F5F. Windows color (decimal): -11965597 or 6515529. OLE color: 6515529.

HSL color Cylindrical-coordinate representation of color #496B63: hue angle of 165.88º 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 #496B63 is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB7310799-
CMYK0.3200.070.58
HSL165.88º18.89%35.29%-
HSV(B)165.88º31.78%41.96%-
XYZ10.2612.8313.74-
YUV95.92129.74111.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=26.16%
G=38.35%
B=35.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73107990.3200.070.58165.8818.8935.29
Hex496B6320073Aa61323
Octal1111531434007722462343
Binary10010011101011110001110000001111110101010011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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