#496B65

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

Shades of Dark Green Copper #496B65

Tints of Dark Green Copper #496B65

Color information

#496B65 (or 0x496B65) is unknown color: approx Dark Green Copper. HEX triplet: 49, 6B and 65. RGB value is (73,107,101). Sum of RGB (Red+Green+Blue) = 73+107+101=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 107 - color contains mainly: green. Hex color #496B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B65 is #B6949A. Grayscale: #606060. Windows color (decimal): -11965595 or 6646601. OLE color: 6646601.

HSL color Cylindrical-coordinate representation of color #496B65: hue angle of 169.41º 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 #496B65 is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB73107101-
CMYK0.3200.060.58
HSL169.41º18.89%35.29%-
HSV(B)169.41º31.78%41.96%-
XYZ10.3512.8714.25-
YUV96.15130.74111.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.98%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 101 (39.84% from 255) = 35.94%
R=25.98%
G=38.08%
B=35.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal731071010.3200.060.58169.4118.8935.29
Hex496B6520063Aa91323
Octal1111531454006722512343
Binary10010011101011110010110000001101110101010100110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,107,101); }

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

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

 a { background-color: rgb(73,107,101); }

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

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

 span { border-color: rgb(73,107,101); }

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