#40766D

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

Shades of Dark Green Copper #40766D

Tints of Dark Green Copper #40766D

Color information

#40766D (or 0x40766D) is unknown color: approx Dark Green Copper. HEX triplet: 40, 76 and 6D. RGB value is (64,118,109). Sum of RGB (Red+Green+Blue) = 64+118+109=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #40766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40766D is #BF8992. Grayscale: #646464. Windows color (decimal): -12552595 or 7173696. OLE color: 7173696.

HSL color Cylindrical-coordinate representation of color #40766D: hue angle of 170º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40766D is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB64118109-
CMYK0.4600.080.54
HSL170º29.67%35.69%-
HSV(B)170º45.76%46.27%-
XYZ11.3515.1516.79-
YUV100.83132.61101.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=21.99%
G=40.55%
B=37.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641181090.4600.080.5417029.6735.69
Hex40766D2E0836aa1e24
Octal10016615556010662523644
Binary100000011101101101101101110010001101101010101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40766D; }

 p { color: rgb(64,118,109); }

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

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

 a { background-color: rgb(64,118,109); }

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

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

 span { border-color: rgb(64,118,109); }

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