#496460

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

Shades of Dark Green Copper #496460

Tints of Dark Green Copper #496460

Color information

#496460 (or 0x496460) is unknown color: approx Dark Green Copper. HEX triplet: 49, 64 and 60. RGB value is (73,100,96). Sum of RGB (Red+Green+Blue) = 73+100+96=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 100 - color contains mainly: green. Hex color #496460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496460 is #B69B9F. Grayscale: #5B5B5B. Windows color (decimal): -11967392 or 6317129. OLE color: 6317129.

HSL color Cylindrical-coordinate representation of color #496460: hue angle of 171.11º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #496460 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB7310096-
CMYK0.2700.040.61
HSL171.11º15.61%33.92%-
HSV(B)171.11º27%39.22%-
XYZ9.4211.3812.77-
YUV91.47130.55114.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=27.14%
G=37.17%
B=35.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal73100960.2700.040.61171.1115.6133.92
Hex4964601B043Dab1022
Octal1111441403304752532042
Binary1001001110010011000001101101001111011010101110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496460; }

 p { color: rgb(73,100,96); }

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

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

 a { background-color: rgb(73,100,96); }

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

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

 span { border-color: rgb(73,100,96); }

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