#3F7E75

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

Shades of Dark Green Copper #3F7E75

Tints of Dark Green Copper #3F7E75

Color information

#3F7E75 (or 0x3F7E75) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 7E and 75. RGB value is (63,126,117). Sum of RGB (Red+Green+Blue) = 63+126+117=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 126 (49.61% from 255 or 41.18% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 126 - color contains mainly: green. Hex color #3F7E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7E75 is #C0818A. Grayscale: #6A6A6A. Windows color (decimal): -12616075 or 7700031. OLE color: 7700031.

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

Color convert

RGB63126117-
CMYK0.5000.070.51
HSL171.43º33.33%37.06%-
HSV(B)171.43º50%49.41%-
XYZ12.7217.2619.49-
YUV106.14134.1397.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.59%
GREEN value IS 126 (49.61% from 255) = 41.18%
BLUE value IS 117 (46.09% from 255) = 38.24%
R=20.59%
G=41.18%
B=38.24%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal631261170.5000.070.51171.4333.3337.06
Hex3F7E75320733ab2125
Octal771761656207632534145
Binary11111111111101110101110010011111001110101011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,126,117); }

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

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

 a { background-color: rgb(63,126,117); }

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

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

 span { border-color: rgb(63,126,117); }

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