#40706A

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

Shades of Dark Green Copper #40706A

Tints of Dark Green Copper #40706A

Color information

#40706A (or 0x40706A) is unknown color: approx Dark Green Copper. HEX triplet: 40, 70 and 6A. RGB value is (64,112,106). Sum of RGB (Red+Green+Blue) = 64+112+106=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 112 - color contains mainly: green. Hex color #40706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40706A is #BF8F95. Grayscale: #606060. Windows color (decimal): -12554134 or 6975552. OLE color: 6975552.

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

Color convert

RGB64112106-
CMYK0.4300.050.56
HSL172.5º27.27%34.51%-
HSV(B)172.5º42.86%43.92%-
XYZ10.5113.7215.73-
YUV96.96133.1104.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.70%
GREEN value IS 112 (44.14% from 255) = 39.72%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=22.70%
G=39.72%
B=37.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641121060.4300.050.56172.527.2734.51
Hex40706A2B0538ac1b23
Octal1001601525305702543343
Binary10000001110000110101010101101011110001010110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40706A; }

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

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

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

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

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

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

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

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