#40726B

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

Shades of Dark Green Copper #40726B

Tints of Dark Green Copper #40726B

Color information

#40726B (or 0x40726B) is unknown color: approx Dark Green Copper. HEX triplet: 40, 72 and 6B. RGB value is (64,114,107). Sum of RGB (Red+Green+Blue) = 64+114+107=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #40726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40726B is #BF8D94. Grayscale: #626262. Windows color (decimal): -12553621 or 7041600. OLE color: 7041600.

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

Color convert

RGB64114107-
CMYK0.4400.060.55
HSL171.6º28.09%34.9%-
HSV(B)171.6º43.86%44.71%-
XYZ10.7914.1916.08-
YUV98.25132.94103.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.46%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=22.46%
G=40%
B=37.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal641141070.4400.060.55171.628.0934.9
Hex40726B2C0637ac1c23
Octal1001621535406672543443
Binary10000001110010110101110110001101101111010110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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