#406965

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

Shades of Dark Green Copper #406965

Tints of Dark Green Copper #406965

Color information

#406965 (or 0x406965) is unknown color: approx Dark Green Copper. HEX triplet: 40, 69 and 65. RGB value is (64,105,101). Sum of RGB (Red+Green+Blue) = 64+105+101=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #406965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406965 is #BF969A. Grayscale: #5C5C5C. Windows color (decimal): -12555931 or 6646080. OLE color: 6646080.

HSL color Cylindrical-coordinate representation of color #406965: hue angle of 174.15º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406965 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB64105101-
CMYK0.3900.040.59
HSL174.15º24.26%33.14%-
HSV(B)174.15º39.05%41.18%-
XYZ9.5112.1314.15-
YUV92.28132.92107.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=23.70%
G=38.89%
B=37.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal641051010.3900.040.59174.1524.2633.14
Hex40696527043Bae1821
Octal1001511454704732563041
Binary10000001101001110010110011101001110111010111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406965; }

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

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

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

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

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

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

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

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