#406F63

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

Shades of Dark Green Copper #406F63

Tints of Dark Green Copper #406F63

Color information

#406F63 (or 0x406F63) is unknown color: approx Dark Green Copper. HEX triplet: 40, 6F and 63. RGB value is (64,111,99). Sum of RGB (Red+Green+Blue) = 64+111+99=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 111 - color contains mainly: green. Hex color #406F63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F63 is #BF909C. Grayscale: #5F5F5F. Windows color (decimal): -12554397 or 6516544. OLE color: 6516544.

HSL color Cylindrical-coordinate representation of color #406F63: hue angle of 164.68º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406F63 is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB6411199-
CMYK0.4200.110.56
HSL164.68º26.86%34.31%-
HSV(B)164.68º42.34%43.53%-
XYZ10.0513.3613.85-
YUV95.58129.93105.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 99 (39.06% from 255) = 36.13%
R=23.36%
G=40.51%
B=36.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64111990.4200.110.56164.6826.8634.31
Hex406F632A0B38a51b22
Octal10015714352013702453342
Binary100000011011111100011101010010111110001010010111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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