#407064

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

Shades of Dark Green Copper #407064

Tints of Dark Green Copper #407064

Color information

#407064 (or 0x407064) is unknown color: approx Dark Green Copper. HEX triplet: 40, 70 and 64. RGB value is (64,112,100). Sum of RGB (Red+Green+Blue) = 64+112+100=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 112 (44.14% from 255 or 40.58% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 112 - color contains mainly: green. Hex color #407064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407064 is #BF8F9B. Grayscale: #606060. Windows color (decimal): -12554140 or 6582336. OLE color: 6582336.

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

Color convert

RGB64112100-
CMYK0.4300.110.56
HSL165º27.27%34.51%-
HSV(B)165º42.86%43.92%-
XYZ10.2113.614.14-
YUV96.28130.1104.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 112 (44.14% from 255) = 40.58%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=23.19%
G=40.58%
B=36.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641121000.4300.110.5616527.2734.51
Hex4070642B0B38a51b23
Octal10016014453013702453343
Binary100000011100001100100101011010111110001010010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407064; }

 p { color: rgb(64,112,100); }

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

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

 a { background-color: rgb(64,112,100); }

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

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

 span { border-color: rgb(64,112,100); }

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