#40726C

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

Shades of Dark Green Copper #40726C

Tints of Dark Green Copper #40726C

Color information

#40726C (or 0x40726C) is unknown color: approx Dark Green Copper. HEX triplet: 40, 72 and 6C. RGB value is (64,114,108). Sum of RGB (Red+Green+Blue) = 64+114+108=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 108 (42.58% from 255 or 37.76% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #40726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40726C is #BF8D93. Grayscale: #626262. Windows color (decimal): -12553620 or 7107136. OLE color: 7107136.

HSL color Cylindrical-coordinate representation of color #40726C: hue angle of 172.8º 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 #40726C is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB64114108-
CMYK0.4400.050.55
HSL172.8º28.09%34.9%-
HSV(B)172.8º43.86%44.71%-
XYZ10.8414.2116.36-
YUV98.37133.44103.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.38%
GREEN value IS 114 (44.92% from 255) = 39.86%
BLUE value IS 108 (42.58% from 255) = 37.76%
R=22.38%
G=39.86%
B=37.76%

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
Decimal641141080.4400.050.55172.828.0934.9
Hex40726C2C0537ad1c23
Octal1001621545405672553443
Binary10000001110010110110010110001011101111010110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40726C; }

 p { color: rgb(64,114,108); }

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

<style>
 a { background-color: #40726C; }

 a { background-color: rgb(64,114,108); }

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

<style>
 span { border-color: #40726C; }

 span { border-color: rgb(64,114,108); }

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