#40756E

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

Shades of Dark Green Copper #40756E

Tints of Dark Green Copper #40756E

Color information

#40756E (or 0x40756E) is unknown color: approx Dark Green Copper. HEX triplet: 40, 75 and 6E. RGB value is (64,117,110). Sum of RGB (Red+Green+Blue) = 64+117+110=291 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.99% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #40756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40756E is #BF8A91. Grayscale: #646464. Windows color (decimal): -12552850 or 7238976. OLE color: 7238976.

HSL color Cylindrical-coordinate representation of color #40756E: hue angle of 172.08º 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 #40756E is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB64117110-
CMYK0.4500.060.54
HSL172.08º29.28%35.49%-
HSV(B)172.08º45.3%45.88%-
XYZ11.2914.9417.04-
YUV100.36133.44102.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.99%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=21.99%
G=40.21%
B=37.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal641171100.4500.060.54172.0829.2835.49
Hex40756E2D0636ac1d23
Octal1001651565506662543543
Binary10000001110101110111010110101101101101010110011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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