#496762

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

Shades of Dark Green Copper #496762

Tints of Dark Green Copper #496762

Color information

#496762 (or 0x496762) is unknown color: approx Dark Green Copper. HEX triplet: 49, 67 and 62. RGB value is (73,103,98). Sum of RGB (Red+Green+Blue) = 73+103+98=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 103 - color contains mainly: green. Hex color #496762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496762 is #B6989D. Grayscale: #5D5D5D. Windows color (decimal): -11966622 or 6448969. OLE color: 6448969.

HSL color Cylindrical-coordinate representation of color #496762: hue angle of 170º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #496762 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB7310398-
CMYK0.2900.050.60
HSL170º17.05%34.51%-
HSV(B)170º29.13%40.39%-
XYZ9.81213.35-
YUV93.46130.56113.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.64%
GREEN value IS 103 (40.62% from 255) = 37.59%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=26.64%
G=37.59%
B=35.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103980.2900.050.6017017.0534.51
Hex4967621D053Caa1123
Octal1111471423505742522143
Binary1001001110011111000101110101011111001010101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496762; }

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

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

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

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

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

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

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

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