#406963

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

Shades of Dark Green Copper #406963

Tints of Dark Green Copper #406963

Color information

#406963 (or 0x406963) is unknown color: approx Dark Green Copper. HEX triplet: 40, 69 and 63. RGB value is (64,105,99). Sum of RGB (Red+Green+Blue) = 64+105+99=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #406963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406963 is #BF969C. Grayscale: #5C5C5C. Windows color (decimal): -12555933 or 6515008. OLE color: 6515008.

HSL color Cylindrical-coordinate representation of color #406963: hue angle of 171.22º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406963 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB6410599-
CMYK0.3900.060.59
HSL171.22º24.26%33.14%-
HSV(B)171.22º39.05%41.18%-
XYZ9.4212.0913.64-
YUV92.06131.92107.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 105 (41.41% from 255) = 39.18%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=23.88%
G=39.18%
B=36.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105990.3900.060.59171.2224.2633.14
Hex40696327063Bab1821
Octal1001511434706732533041
Binary10000001101001110001110011101101110111010101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406963; }

 p { color: rgb(64,105,99); }

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

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

 a { background-color: rgb(64,105,99); }

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

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

 span { border-color: rgb(64,105,99); }

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