#406C63

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

Shades of Dark Green Copper #406C63

Tints of Dark Green Copper #406C63

Color information

#406C63 (or 0x406C63) is unknown color: approx Dark Green Copper. HEX triplet: 40, 6C and 63. RGB value is (64,108,99). Sum of RGB (Red+Green+Blue) = 64+108+99=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 108 - color contains mainly: green. Hex color #406C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C63 is #BF939C. Grayscale: #5D5D5D. Windows color (decimal): -12555165 or 6515776. OLE color: 6515776.

HSL color Cylindrical-coordinate representation of color #406C63: hue angle of 167.73º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #406C63 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB6410899-
CMYK0.4100.080.58
HSL167.73º25.58%33.73%-
HSV(B)167.73º40.74%42.35%-
XYZ9.7312.7213.75-
YUV93.82130.92106.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=23.62%
G=39.85%
B=36.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64108990.4100.080.58167.7325.5833.73
Hex406C6329083Aa81a22
Octal10015414351010722503242
Binary100000011011001100011101001010001110101010100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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