#496862

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

Shades of Dark Green Copper #496862

Tints of Dark Green Copper #496862

Color information

#496862 (or 0x496862) is unknown color: approx Dark Green Copper. HEX triplet: 49, 68 and 62. RGB value is (73,104,98). Sum of RGB (Red+Green+Blue) = 73+104+98=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #496862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496862 is #B6979D. Grayscale: #5E5E5E. Windows color (decimal): -11966366 or 6449225. OLE color: 6449225.

HSL color Cylindrical-coordinate representation of color #496862: hue angle of 168.39º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496862 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB7310498-
CMYK0.3000.060.59
HSL168.39º17.51%34.71%-
HSV(B)168.39º29.81%40.78%-
XYZ9.912.213.39-
YUV94.05130.23112.99-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.55%
GREEN value IS 104 (41.02% from 255) = 37.82%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=26.55%
G=37.82%
B=35.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal73104980.3000.060.59168.3917.5134.71
Hex4968621E063Ba81223
Octal1111501423606732502243
Binary1001001110100011000101111001101110111010100010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496862; }

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

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

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

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

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

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

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

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