#3E7A70

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

Shades of Dark Green Copper #3E7A70

Tints of Dark Green Copper #3E7A70

Color information

#3E7A70 (or 0x3E7A70) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 7A and 70. RGB value is (62,122,112). Sum of RGB (Red+Green+Blue) = 62+122+112=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A70 is #C1858F. Grayscale: #666666. Windows color (decimal): -12682640 or 7371326. OLE color: 7371326.

HSL color Cylindrical-coordinate representation of color #3E7A70: hue angle of 170º 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 #3E7A70 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB62122112-
CMYK0.4900.080.52
HSL170º32.61%36.08%-
HSV(B)170º49.18%47.84%-
XYZ11.8716.1117.81-
YUV102.92133.1298.81-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.95%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=20.95%
G=41.22%
B=37.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal621221120.4900.080.5217032.6136.08
Hex3E7A70310834aa2124
Octal7617216061010642524144
Binary111110111101011100001100010100011010010101010100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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