#406A63

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

Shades of Dark Green Copper #406A63

Tints of Dark Green Copper #406A63

Color information

#406A63 (or 0x406A63) is unknown color: approx Dark Green Copper. HEX triplet: 40, 6A and 63. RGB value is (64,106,99). Sum of RGB (Red+Green+Blue) = 64+106+99=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 99 (39.06% from 255 or 36.80% from 269); Max value from RGB is 106 - color contains mainly: green. Hex color #406A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406A63 is #BF959C. Grayscale: #5C5C5C. Windows color (decimal): -12555677 or 6515264. OLE color: 6515264.

HSL color Cylindrical-coordinate representation of color #406A63: hue angle of 170º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #406A63 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB6410699-
CMYK0.4000.070.58
HSL170º24.71%33.33%-
HSV(B)170º39.62%41.57%-
XYZ9.5212.313.68-
YUV92.64131.59107.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 106 (41.80% from 255) = 39.41%
BLUE value IS 99 (39.06% from 255) = 36.80%
R=23.79%
G=39.41%
B=36.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64106990.4000.070.5817024.7133.33
Hex406A6328073Aaa1921
Octal1001521435007722523141
Binary10000001101010110001110100001111110101010101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406A63; }

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

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

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

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

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

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

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

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