#40756D

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

Shades of Dark Green Copper #40756D

Tints of Dark Green Copper #40756D

Color information

#40756D (or 0x40756D) is unknown color: approx Dark Green Copper. HEX triplet: 40, 75 and 6D. RGB value is (64,117,109). Sum of RGB (Red+Green+Blue) = 64+117+109=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #40756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40756D is #BF8A92. Grayscale: #646464. Windows color (decimal): -12552851 or 7173440. OLE color: 7173440.

HSL color Cylindrical-coordinate representation of color #40756D: hue angle of 170.94º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #40756D is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB64117109-
CMYK0.4500.070.54
HSL170.94º29.28%35.49%-
HSV(B)170.94º45.3%45.88%-
XYZ11.2414.9216.76-
YUV100.24132.94102.15-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.07%
GREEN value IS 117 (46.09% from 255) = 40.34%
BLUE value IS 109 (42.97% from 255) = 37.59%
R=22.07%
G=40.34%
B=37.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641171090.4500.070.54170.9429.2835.49
Hex40756D2D0736ab1d23
Octal1001651555507662533543
Binary10000001110101110110110110101111101101010101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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