#496A62

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

Shades of Dark Green Copper #496A62

Tints of Dark Green Copper #496A62

Color information

#496A62 (or 0x496A62) is unknown color: approx Dark Green Copper. HEX triplet: 49, 6A and 62. RGB value is (73,106,98). Sum of RGB (Red+Green+Blue) = 73+106+98=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 106 - color contains mainly: green. Hex color #496A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A62 is #B6959D. Grayscale: #5F5F5F. Windows color (decimal): -11965854 or 6449737. OLE color: 6449737.

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

Color convert

RGB7310698-
CMYK0.3100.080.58
HSL165.45º18.44%35.1%-
HSV(B)165.45º31.13%41.57%-
XYZ10.1112.6113.46-
YUV95.22129.57112.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 106 (41.80% from 255) = 38.27%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=26.35%
G=38.27%
B=35.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73106980.3100.080.58165.4518.4435.1
Hex496A621F083Aa51223
Octal11115214237010722452243
Binary10010011101010110001011111010001110101010010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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