#408076

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

Shades of Dark Green Copper #408076

Tints of Dark Green Copper #408076

Color information

#408076 (or 0x408076) is unknown color: approx Dark Green Copper. HEX triplet: 40, 80 and 76. RGB value is (64,128,118). Sum of RGB (Red+Green+Blue) = 64+128+118=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 128 - color contains mainly: green. Hex color #408076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408076 is #BF7F89. Grayscale: #6B6B6B. Windows color (decimal): -12550026 or 7766080. OLE color: 7766080.

HSL color Cylindrical-coordinate representation of color #408076: hue angle of 170.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #408076 is Cyan = 0.5, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB64128118-
CMYK0.500.080.50
HSL170.62º33.33%37.65%-
HSV(B)170.62º50%50.2%-
XYZ13.117.8419.89-
YUV107.72133.896.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 128 (50.39% from 255) = 41.29%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=20.65%
G=41.29%
B=38.06%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal641281180.500.080.50170.6233.3337.65
Hex408076320832ab2126
Octal10020016662010622534146
Binary10000001000000011101101100100100011001010101011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408076; }

 p { color: rgb(64,128,118); }

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

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

 a { background-color: rgb(64,128,118); }

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

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

 span { border-color: rgb(64,128,118); }

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