#496963

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

Shades of Dark Green Copper #496963

Tints of Dark Green Copper #496963

Color information

#496963 (or 0x496963) is unknown color: approx Dark Green Copper. HEX triplet: 49, 69 and 63. RGB value is (73,105,99). Sum of RGB (Red+Green+Blue) = 73+105+99=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 105 (41.41% from 255 or 37.91% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 105 - color contains mainly: green. Hex color #496963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496963 is #B6969C. Grayscale: #5E5E5E. Windows color (decimal): -11966109 or 6515017. OLE color: 6515017.

HSL color Cylindrical-coordinate representation of color #496963: hue angle of 168.75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496963 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB7310599-
CMYK0.3000.060.59
HSL168.75º17.98%34.9%-
HSV(B)168.75º30.48%41.18%-
XYZ10.0512.4213.67-
YUV94.75130.4112.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.35%
GREEN value IS 105 (41.41% from 255) = 37.91%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=26.35%
G=37.91%
B=35.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73105990.3000.060.59168.7517.9834.9
Hex4969631E063Ba91223
Octal1111511433606732512243
Binary1001001110100111000111111001101110111010100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496963; }

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

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

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

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

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

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

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

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