#3F6A63

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

Shades of Dark Green Copper #3F6A63

Tints of Dark Green Copper #3F6A63

Color information

#3F6A63 (or 0x3F6A63) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 6A and 63. RGB value is (63,106,99). Sum of RGB (Red+Green+Blue) = 63+106+99=268 (35% of max value = 765). Red value is 63 (25% from 255 or 23.51% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6A63 is #C0959C. Grayscale: #5C5C5C. Windows color (decimal): -12621213 or 6515263. OLE color: 6515263.

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

Color convert

RGB6310699-
CMYK0.4100.070.58
HSL170.23º25.44%33.14%-
HSV(B)170.23º40.57%41.57%-
XYZ9.4612.2713.67-
YUV92.34131.75107.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.51%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=23.51%
G=39.55%
B=36.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106990.4100.070.58170.2325.4433.14
Hex3F6A6329073Aaa1921
Octal771521435107722523141
Binary1111111101010110001110100101111110101010101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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