#3F6965

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

Shades of Dark Green Copper #3F6965

Tints of Dark Green Copper #3F6965

Color information

#3F6965 (or 0x3F6965) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 69 and 65. RGB value is (63,105,101). Sum of RGB (Red+Green+Blue) = 63+105+101=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6965 is #C0969A. Grayscale: #5B5B5B. Windows color (decimal): -12621467 or 6646079. OLE color: 6646079.

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

Color convert

RGB63105101-
CMYK0.400.040.59
HSL174.29º25%32.94%-
HSV(B)174.29º40%41.18%-
XYZ9.4512.114.15-
YUV91.99133.09107.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.42%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 101 (39.84% from 255) = 37.55%
R=23.42%
G=39.03%
B=37.55%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal631051010.400.040.59174.292532.94
Hex3F696528043Bae1921
Octal771511455004732563141
Binary1111111101001110010110100001001110111010111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,105,101); }

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

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

 a { background-color: rgb(63,105,101); }

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

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

 span { border-color: rgb(63,105,101); }

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