#3F7970

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

Shades of Dark Green Copper #3F7970

Tints of Dark Green Copper #3F7970

Color information

#3F7970 (or 0x3F7970) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 79 and 70. RGB value is (63,121,112). Sum of RGB (Red+Green+Blue) = 63+121+112=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #3F7970 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7970 is #C0868F. Grayscale: #666666. Windows color (decimal): -12617360 or 7371071. OLE color: 7371071.

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

Color convert

RGB63121112-
CMYK0.4800.070.53
HSL170.69º31.52%36.08%-
HSV(B)170.69º47.93%47.45%-
XYZ11.8115.917.78-
YUV102.63133.2899.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.28%
GREEN value IS 121 (47.66% from 255) = 40.88%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=21.28%
G=40.88%
B=37.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631211120.4800.070.53170.6931.5236.08
Hex3F7970300735ab2024
Octal771711606007652534044
Binary11111111110011110000110000011111010110101011100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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