#3F6962

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

Shades of Dark Green Copper #3F6962

Tints of Dark Green Copper #3F6962

Color information

#3F6962 (or 0x3F6962) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 69 and 62. RGB value is (63,105,98). Sum of RGB (Red+Green+Blue) = 63+105+98=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 98 (38.67% from 255 or 36.84% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6962 is #C0969D. Grayscale: #5B5B5B. Windows color (decimal): -12621470 or 6449471. OLE color: 6449471.

HSL color Cylindrical-coordinate representation of color #3F6962: hue angle of 170º 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 #3F6962 is Cyan = 0.4, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB6310598-
CMYK0.400.070.59
HSL170º25%32.94%-
HSV(B)170º40%41.18%-
XYZ9.3112.0413.39-
YUV91.64131.59107.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.68%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 98 (38.67% from 255) = 36.84%
R=23.68%
G=39.47%
B=36.84%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63105980.400.070.591702532.94
Hex3F696228073Baa1921
Octal771511425007732523141
Binary1111111101001110001010100001111110111010101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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