#3F6863

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

Shades of Dark Green Copper #3F6863

Tints of Dark Green Copper #3F6863

Color information

#3F6863 (or 0x3F6863) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 68 and 63. RGB value is (63,104,99). Sum of RGB (Red+Green+Blue) = 63+104+99=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6863 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6863 is #C0979C. Grayscale: #5B5B5B. Windows color (decimal): -12621725 or 6514751. OLE color: 6514751.

HSL color Cylindrical-coordinate representation of color #3F6863: hue angle of 172.68º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6863 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB6310499-
CMYK0.3900.050.59
HSL172.68º24.55%32.75%-
HSV(B)172.68º39.42%40.78%-
XYZ9.2511.8613.61-
YUV91.17132.42107.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.68%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=23.68%
G=39.10%
B=37.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63104990.3900.050.59172.6824.5532.75
Hex3F686327053Bad1921
Octal771501434705732553141
Binary1111111101000110001110011101011110111010110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,104,99); }

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

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

 a { background-color: rgb(63,104,99); }

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

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

 span { border-color: rgb(63,104,99); }

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