#407E73

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

Shades of Dark Green Copper #407E73

Tints of Dark Green Copper #407E73

Color information

#407E73 (or 0x407E73) is unknown color: approx Dark Green Copper. HEX triplet: 40, 7E and 73. RGB value is (64,126,115). Sum of RGB (Red+Green+Blue) = 64+126+115=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #407E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407E73 is #BF818C. Grayscale: #6A6A6A. Windows color (decimal): -12550541 or 7568960. OLE color: 7568960.

HSL color Cylindrical-coordinate representation of color #407E73: hue angle of 169.35º degrees, saturation: 0.33, 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 #407E73 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB64126115-
CMYK0.4900.090.51
HSL169.35º32.63%37.25%-
HSV(B)169.35º49.21%49.41%-
XYZ12.6717.2518.88-
YUV106.21132.9697.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.98%
GREEN value IS 126 (49.61% from 255) = 41.31%
BLUE value IS 115 (45.31% from 255) = 37.70%
R=20.98%
G=41.31%
B=37.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal641261150.4900.090.51169.3532.6337.25
Hex407E73310933a92125
Octal10017616361011632514145
Binary1000000111111011100111100010100111001110101001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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