#407D73

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

Shades of Dark Green Copper #407D73

Tints of Dark Green Copper #407D73

Color information

#407D73 (or 0x407D73) is unknown color: approx Dark Green Copper. HEX triplet: 40, 7D and 73. RGB value is (64,125,115). Sum of RGB (Red+Green+Blue) = 64+125+115=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #407D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D73 is #BF828C. Grayscale: #696969. Windows color (decimal): -12550797 or 7568704. OLE color: 7568704.

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

Color convert

RGB64125115-
CMYK0.4900.080.51
HSL170.16º32.28%37.06%-
HSV(B)170.16º48.8%49.02%-
XYZ12.541718.84-
YUV105.62133.2998.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.05%
GREEN value IS 125 (49.22% from 255) = 41.12%
BLUE value IS 115 (45.31% from 255) = 37.83%
R=21.05%
G=41.12%
B=37.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641251150.4900.080.51170.1632.2837.06
Hex407D73310833aa2025
Octal10017516361010632524045
Binary1000000111110111100111100010100011001110101010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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