#496D69

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

Shades of Dark Green Copper #496D69

Tints of Dark Green Copper #496D69

Color information

#496D69 (or 0x496D69) is unknown color: approx Dark Green Copper. HEX triplet: 49, 6D and 69. RGB value is (73,109,105). Sum of RGB (Red+Green+Blue) = 73+109+105=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 109 (42.97% from 255 or 37.98% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 109 - color contains mainly: green. Hex color #496D69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496D69 is #B69296. Grayscale: #616161. Windows color (decimal): -11965079 or 6909257. OLE color: 6909257.

HSL color Cylindrical-coordinate representation of color #496D69: hue angle of 173.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #496D69 is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB73109105-
CMYK0.3300.040.57
HSL173.33º19.78%35.69%-
HSV(B)173.33º33.03%42.75%-
XYZ10.7713.3715.38-
YUV97.78132.07110.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 109 (42.97% from 255) = 37.98%
BLUE value IS 105 (41.41% from 255) = 36.59%
R=25.44%
G=37.98%
B=36.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal731091050.3300.040.57173.3319.7835.69
Hex496D69210439ad1424
Octal1111551514104712552444
Binary10010011101101110100110000101001110011010110110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496D69; }

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

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

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

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

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

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

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

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