#496B62

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

Shades of Dark Green Copper #496B62

Tints of Dark Green Copper #496B62

Color information

#496B62 (or 0x496B62) is unknown color: approx Dark Green Copper. HEX triplet: 49, 6B and 62. RGB value is (73,107,98). Sum of RGB (Red+Green+Blue) = 73+107+98=278 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.26% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 107 - color contains mainly: green. Hex color #496B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B62 is #B6949D. Grayscale: #5F5F5F. Windows color (decimal): -11965598 or 6449993. OLE color: 6449993.

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

Color convert

RGB7310798-
CMYK0.3200.080.58
HSL164.12º18.89%35.29%-
HSV(B)164.12º31.78%41.96%-
XYZ10.2112.8113.49-
YUV95.81129.24111.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.26%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 98 (38.67% from 255) = 35.25%
R=26.26%
G=38.49%
B=35.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal73107980.3200.080.58164.1218.8935.29
Hex496B6220083Aa41323
Octal11115314240010722442343
Binary100100111010111100010100000010001110101010010010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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