#406962

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

Shades of Dark Green Copper #406962

Tints of Dark Green Copper #406962

Color information

#406962 (or 0x406962) is unknown color: approx Dark Green Copper. HEX triplet: 40, 69 and 62. RGB value is (64,105,98). Sum of RGB (Red+Green+Blue) = 64+105+98=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #406962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406962 is #BF969D. Grayscale: #5B5B5B. Windows color (decimal): -12555934 or 6449472. OLE color: 6449472.

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

Color convert

RGB6410598-
CMYK0.3900.070.59
HSL169.76º24.26%33.14%-
HSV(B)169.76º39.05%41.18%-
XYZ9.3712.0713.39-
YUV91.94131.42108.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=23.97%
G=39.33%
B=36.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64105980.3900.070.59169.7624.2633.14
Hex40696227073Baa1821
Octal1001511424707732523041
Binary10000001101001110001010011101111110111010101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406962; }

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

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

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

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

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

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

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

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