#407066

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

Shades of Dark Green Copper #407066

Tints of Dark Green Copper #407066

Color information

#407066 (or 0x407066) is unknown color: approx Dark Green Copper. HEX triplet: 40, 70 and 66. RGB value is (64,112,102). Sum of RGB (Red+Green+Blue) = 64+112+102=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #407066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407066 is #BF8F99. Grayscale: #606060. Windows color (decimal): -12554138 or 6713408. OLE color: 6713408.

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

Color convert

RGB64112102-
CMYK0.4300.090.56
HSL167.5º27.27%34.51%-
HSV(B)167.5º42.86%43.92%-
XYZ10.3113.6414.66-
YUV96.51131.1104.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 112 (44.14% from 255) = 40.29%
BLUE value IS 102 (40.23% from 255) = 36.69%
R=23.02%
G=40.29%
B=36.69%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641121020.4300.090.56167.527.2734.51
Hex4070662B0938a81b23
Octal10016014653011702503343
Binary100000011100001100110101011010011110001010100011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407066; }

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

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

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

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

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

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

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

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