#3F7064

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

Shades of Dark Green Copper #3F7064

Tints of Dark Green Copper #3F7064

Color information

#3F7064 (or 0x3F7064) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 70 and 64. RGB value is (63,112,100). Sum of RGB (Red+Green+Blue) = 63+112+100=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7064 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7064 is #C08F9B. Grayscale: #5F5F5F. Windows color (decimal): -12619676 or 6582335. OLE color: 6582335.

HSL color Cylindrical-coordinate representation of color #3F7064: hue angle of 165.31º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7064 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB63112100-
CMYK0.4400.110.56
HSL165.31º28%34.31%-
HSV(B)165.31º43.75%43.92%-
XYZ10.1413.5714.14-
YUV95.98130.27104.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.91%
GREEN value IS 112 (44.14% from 255) = 40.73%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=22.91%
G=40.73%
B=36.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal631121000.4400.110.56165.312834.31
Hex3F70642C0B38a51c22
Octal7716014454013702453442
Binary11111111100001100100101100010111110001010010111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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