#3E7A71

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

Shades of Dark Green Copper #3E7A71

Tints of Dark Green Copper #3E7A71

Color information

#3E7A71 (or 0x3E7A71) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 7A and 71. RGB value is (62,122,113). Sum of RGB (Red+Green+Blue) = 62+122+113=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A71 is #C1858E. Grayscale: #676767. Windows color (decimal): -12682639 or 7436862. OLE color: 7436862.

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

Color convert

RGB62122113-
CMYK0.4900.070.52
HSL171º32.61%36.08%-
HSV(B)171º49.18%47.84%-
XYZ11.9316.1418.11-
YUV103.03133.6298.73-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.88%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 113 (44.53% from 255) = 38.05%
R=20.88%
G=41.08%
B=38.05%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal621221130.4900.070.5217132.6136.08
Hex3E7A71310734ab2124
Octal761721616107642534144
Binary11111011110101110001110001011111010010101011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,122,113); }

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

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

 a { background-color: rgb(62,122,113); }

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

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

 span { border-color: rgb(62,122,113); }

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