#3F7263

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

Shades of Dark Green Copper #3F7263

Tints of Dark Green Copper #3F7263

Color information

#3F7263 (or 0x3F7263) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 72 and 63. RGB value is (63,114,99). Sum of RGB (Red+Green+Blue) = 63+114+99=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 99 (39.06% from 255 or 35.87% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #3F7263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7263 is #C08D9C. Grayscale: #616161. Windows color (decimal): -12619165 or 6517311. OLE color: 6517311.

HSL color Cylindrical-coordinate representation of color #3F7263: hue angle of 162.35º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F7263 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB6311499-
CMYK0.4500.130.55
HSL162.35º28.81%34.71%-
HSV(B)162.35º44.74%44.71%-
XYZ10.3213.9913.96-
YUV97.04129.1103.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 99 (39.06% from 255) = 35.87%
R=22.83%
G=41.30%
B=35.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal63114990.4500.130.55162.3528.8134.71
Hex3F72632D0D37a21d23
Octal7716214355015672423543
Binary11111111100101100011101101011011101111010001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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