#3E7C74

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

Shades of Dark Green Copper #3E7C74

Tints of Dark Green Copper #3E7C74

Color information

#3E7C74 (or 0x3E7C74) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 7C and 74. RGB value is (62,124,116). Sum of RGB (Red+Green+Blue) = 62+124+116=302 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.53% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #3E7C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7C74 is #C1838B. Grayscale: #686868. Windows color (decimal): -12682124 or 7633982. OLE color: 7633982.

HSL color Cylindrical-coordinate representation of color #3E7C74: hue angle of 172.26º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3E7C74 is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB62124116-
CMYK0.500.060.51
HSL172.26º33.33%36.47%-
HSV(B)172.26º50%48.63%-
XYZ12.3516.719.1-
YUV104.55134.4697.65-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.53%
GREEN value IS 124 (48.83% from 255) = 41.06%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=20.53%
G=41.06%
B=38.41%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal621241160.500.060.51172.2633.3336.47
Hex3E7C74320633ac2124
Octal761741646206632544144
Binary11111011111001110100110010011011001110101100100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E7C74; }

 p { color: rgb(62,124,116); }

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

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

 a { background-color: rgb(62,124,116); }

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

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

 span { border-color: rgb(62,124,116); }

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