#407C73

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

Shades of Dark Green Copper #407C73

Tints of Dark Green Copper #407C73

Color information

#407C73 (or 0x407C73) is unknown color: approx Dark Green Copper. HEX triplet: 40, 7C and 73. RGB value is (64,124,115). Sum of RGB (Red+Green+Blue) = 64+124+115=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 124 - color contains mainly: green. Hex color #407C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407C73 is #BF838C. Grayscale: #696969. Windows color (decimal): -12551053 or 7568448. OLE color: 7568448.

HSL color Cylindrical-coordinate representation of color #407C73: hue angle of 171º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407C73 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB64124115-
CMYK0.4800.070.51
HSL171º31.91%36.86%-
HSV(B)171º48.39%48.63%-
XYZ12.4216.7418.8-
YUV105.03133.6298.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 115 (45.31% from 255) = 37.95%
R=21.12%
G=40.92%
B=37.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641241150.4800.070.5117131.9136.86
Hex407C73300733ab2025
Octal1001741636007632534045
Binary100000011111001110011110000011111001110101011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407C73; }

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

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

<style>
 a { background-color: #407C73; }

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

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

<style>
 span { border-color: #407C73; }

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

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