#496761

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

Shades of Dark Green Copper #496761

Tints of Dark Green Copper #496761

Color information

#496761 (or 0x496761) is unknown color: approx Dark Green Copper. HEX triplet: 49, 67 and 61. RGB value is (73,103,97). Sum of RGB (Red+Green+Blue) = 73+103+97=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #496761 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496761 is #B6989E. Grayscale: #5D5D5D. Windows color (decimal): -11966623 or 6383433. OLE color: 6383433.

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

Color convert

RGB7310397-
CMYK0.2900.060.60
HSL168º17.05%34.51%-
HSV(B)168º29.13%40.39%-
XYZ9.7611.9813.11-
YUV93.35130.06113.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.74%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=26.74%
G=37.73%
B=35.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73103970.2900.060.6016817.0534.51
Hex4967611D063Ca81123
Octal1111471413506742502143
Binary1001001110011111000011110101101111001010100010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496761; }

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

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

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

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

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

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

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

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