#406F65

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

Shades of Dark Green Copper #406F65

Tints of Dark Green Copper #406F65

Color information

#406F65 (or 0x406F65) is unknown color: approx Dark Green Copper. HEX triplet: 40, 6F and 65. RGB value is (64,111,101). Sum of RGB (Red+Green+Blue) = 64+111+101=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 111 - color contains mainly: green. Hex color #406F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F65 is #BF909A. Grayscale: #5F5F5F. Windows color (decimal): -12554395 or 6647616. OLE color: 6647616.

HSL color Cylindrical-coordinate representation of color #406F65: hue angle of 167.23º 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 #406F65 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB64111101-
CMYK0.4200.090.56
HSL167.23º26.86%34.31%-
HSV(B)167.23º42.34%43.53%-
XYZ10.1513.414.36-
YUV95.81130.93105.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 111 (43.75% from 255) = 40.22%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=23.19%
G=40.22%
B=36.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641111010.4200.090.56167.2326.8634.31
Hex406F652A0938a71b22
Octal10015714552011702473342
Binary100000011011111100101101010010011110001010011111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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