#406964

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

Shades of Dark Green Copper #406964

Tints of Dark Green Copper #406964

Color information

#406964 (or 0x406964) is unknown color: approx Dark Green Copper. HEX triplet: 40, 69 and 64. RGB value is (64,105,100). Sum of RGB (Red+Green+Blue) = 64+105+100=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #406964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406964 is #BF969B. Grayscale: #5C5C5C. Windows color (decimal): -12555932 or 6580544. OLE color: 6580544.

HSL color Cylindrical-coordinate representation of color #406964: hue angle of 172.68º 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 #406964 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB64105100-
CMYK0.3900.050.59
HSL172.68º24.26%33.14%-
HSV(B)172.68º39.05%41.18%-
XYZ9.4712.1113.9-
YUV92.17132.42107.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=23.79%
G=39.03%
B=37.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal641051000.3900.050.59172.6824.2633.14
Hex40696427053Bad1821
Octal1001511444705732553041
Binary10000001101001110010010011101011110111010110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406964; }

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

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

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

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

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

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

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

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