#40736D

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

Shades of Dark Green Copper #40736D

Tints of Dark Green Copper #40736D

Color information

#40736D (or 0x40736D) is unknown color: approx Dark Green Copper. HEX triplet: 40, 73 and 6D. RGB value is (64,115,109). Sum of RGB (Red+Green+Blue) = 64+115+109=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 115 (45.31% from 255 or 39.93% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 115 - color contains mainly: green. Hex color #40736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40736D is #BF8C92. Grayscale: #636363. Windows color (decimal): -12553363 or 7172928. OLE color: 7172928.

HSL color Cylindrical-coordinate representation of color #40736D: hue angle of 172.94º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #40736D is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB64115109-
CMYK0.4400.050.55
HSL172.94º28.49%35.1%-
HSV(B)172.94º44.35%45.1%-
XYZ11.0114.4616.68-
YUV99.07133.6102.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 115 (45.31% from 255) = 39.93%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=22.22%
G=39.93%
B=37.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641151090.4400.050.55172.9428.4935.1
Hex40736D2C0537ad1c23
Octal1001631555405672553443
Binary10000001110011110110110110001011101111010110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40736D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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