#496763

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

Shades of Dark Green Copper #496763

Tints of Dark Green Copper #496763

Color information

#496763 (or 0x496763) is unknown color: approx Dark Green Copper. HEX triplet: 49, 67 and 63. RGB value is (73,103,99). Sum of RGB (Red+Green+Blue) = 73+103+99=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 99 (39.06% from 255 or 36% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #496763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496763 is #B6989C. Grayscale: #5D5D5D. Windows color (decimal): -11966621 or 6514505. OLE color: 6514505.

HSL color Cylindrical-coordinate representation of color #496763: hue angle of 172º 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 #496763 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB7310399-
CMYK0.2900.040.60
HSL172º17.05%34.51%-
HSV(B)172º29.13%40.39%-
XYZ9.8512.0213.6-
YUV93.57131.06113.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 103 (40.62% from 255) = 37.45%
BLUE value IS 99 (39.06% from 255) = 36%
R=26.55%
G=37.45%
B=36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103990.2900.040.6017217.0534.51
Hex4967631D043Cac1123
Octal1111471433504742542143
Binary1001001110011111000111110101001111001010110010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496763; }

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

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

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

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

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

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

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

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