#3F7C74

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

Shades of Dark Green Copper #3F7C74

Tints of Dark Green Copper #3F7C74

Color information

#3F7C74 (or 0x3F7C74) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 7C and 74. RGB value is (63,124,116). Sum of RGB (Red+Green+Blue) = 63+124+116=303 (40% of max value = 765). Red value is 63 (25% from 255 or 20.79% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 124 - color contains mainly: green. Hex color #3F7C74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7C74 is #C0838B. Grayscale: #686868. Windows color (decimal): -12616588 or 7633983. OLE color: 7633983.

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

Color convert

RGB63124116-
CMYK0.4900.060.51
HSL172.13º32.62%36.67%-
HSV(B)172.13º49.19%48.63%-
XYZ12.4116.7319.1-
YUV104.85134.2998.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.79%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=20.79%
G=40.92%
B=38.28%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631241160.4900.060.51172.1332.6236.67
Hex3F7C74310633ac2125
Octal771741646106632544145
Binary11111111111001110100110001011011001110101100100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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