#3E7970

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

Shades of Dark Green Copper #3E7970

Tints of Dark Green Copper #3E7970

Color information

#3E7970 (or 0x3E7970) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 79 and 70. RGB value is (62,121,112). Sum of RGB (Red+Green+Blue) = 62+121+112=295 (39% of max value = 765). Red value is 62 (24.61% from 255 or 21.02% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 121 - color contains mainly: green. Hex color #3E7970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7970 is #C1868F. Grayscale: #666666. Windows color (decimal): -12682896 or 7371070. OLE color: 7371070.

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

Color convert

RGB62121112-
CMYK0.4900.070.53
HSL170.85º32.24%35.88%-
HSV(B)170.85º48.76%47.45%-
XYZ11.7515.8717.77-
YUV102.33133.4599.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.02%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=21.02%
G=41.02%
B=37.97%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal621211120.4900.070.53170.8532.2435.88
Hex3E7970310735ab2024
Octal761711606107652534044
Binary11111011110011110000110001011111010110101011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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