#496C69

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

Shades of Dark Green Copper #496C69

Tints of Dark Green Copper #496C69

Color information

#496C69 (or 0x496C69) is unknown color: approx Dark Green Copper. HEX triplet: 49, 6C and 69. RGB value is (73,108,105). Sum of RGB (Red+Green+Blue) = 73+108+105=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 108 (42.58% from 255 or 37.76% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 108 - color contains mainly: green. Hex color #496C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C69 is #B69396. Grayscale: #616161. Windows color (decimal): -11965335 or 6909001. OLE color: 6909001.

HSL color Cylindrical-coordinate representation of color #496C69: hue angle of 174.86º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496C69 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB73108105-
CMYK0.3200.030.58
HSL174.86º19.34%35.49%-
HSV(B)174.86º32.41%42.35%-
XYZ10.6613.1615.34-
YUV97.19132.4110.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.52%
GREEN value IS 108 (42.58% from 255) = 37.76%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=25.52%
G=37.76%
B=36.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal731081050.3200.030.58174.8619.3435.49
Hex496C6920033Aaf1323
Octal1111541514003722572343
Binary1001001110110011010011000000111110101010111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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