#496C62

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

Shades of Dark Green Copper #496C62

Tints of Dark Green Copper #496C62

Color information

#496C62 (or 0x496C62) is unknown color: approx Dark Green Copper. HEX triplet: 49, 6C and 62. RGB value is (73,108,98). Sum of RGB (Red+Green+Blue) = 73+108+98=279 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.16% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #496C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C62 is #B6939D. Grayscale: #606060. Windows color (decimal): -11965342 or 6450249. OLE color: 6450249.

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

Color convert

RGB7310898-
CMYK0.3200.090.58
HSL162.86º19.34%35.49%-
HSV(B)162.86º32.41%42.35%-
XYZ10.3113.0213.53-
YUV96.39128.9111.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.16%
GREEN value IS 108 (42.58% from 255) = 38.71%
BLUE value IS 98 (38.67% from 255) = 35.13%
R=26.16%
G=38.71%
B=35.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73108980.3200.090.58162.8619.3435.49
Hex496C6220093Aa31323
Octal11115414240011722432343
Binary100100111011001100010100000010011110101010001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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