#406B65

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

Shades of Dark Green Copper #406B65

Tints of Dark Green Copper #406B65

Color information

#406B65 (or 0x406B65) is unknown color: approx Dark Green Copper. HEX triplet: 40, 6B and 65. RGB value is (64,107,101). Sum of RGB (Red+Green+Blue) = 64+107+101=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #406B65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406B65 is #BF949A. Grayscale: #5D5D5D. Windows color (decimal): -12555419 or 6646592. OLE color: 6646592.

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

Color convert

RGB64107101-
CMYK0.4000.060.58
HSL171.63º25.15%33.53%-
HSV(B)171.63º40.19%41.96%-
XYZ9.7212.5414.22-
YUV93.46132.25106.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 101 (39.84% from 255) = 37.13%
R=23.53%
G=39.34%
B=37.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal641071010.4000.060.58171.6325.1533.53
Hex406B6528063Aac1922
Octal1001531455006722543142
Binary10000001101011110010110100001101110101010110011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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