#3F7164

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

Shades of Dark Green Copper #3F7164

Tints of Dark Green Copper #3F7164

Color information

#3F7164 (or 0x3F7164) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 71 and 64. RGB value is (63,113,100). Sum of RGB (Red+Green+Blue) = 63+113+100=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 113 - color contains mainly: green. Hex color #3F7164 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7164 is #C08E9B. Grayscale: #606060. Windows color (decimal): -12619420 or 6582591. OLE color: 6582591.

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

Color convert

RGB63113100-
CMYK0.4400.120.56
HSL164.4º28.41%34.51%-
HSV(B)164.4º44.25%44.31%-
XYZ10.2613.7914.18-
YUV96.57129.94104.06-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 113 (44.53% from 255) = 40.94%
BLUE value IS 100 (39.45% from 255) = 36.23%
R=22.83%
G=40.94%
B=36.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal631131000.4400.120.56164.428.4134.51
Hex3F71642C0C38a41c23
Octal7716114454014702443443
Binary11111111100011100100101100011001110001010010011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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