#3F6A64

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

Shades of Dark Green Copper #3F6A64

Tints of Dark Green Copper #3F6A64

Color information

#3F6A64 (or 0x3F6A64) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 6A and 64. RGB value is (63,106,100). Sum of RGB (Red+Green+Blue) = 63+106+100=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 106 (41.80% from 255 or 39.41% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6A64 is #C0959B. Grayscale: #5C5C5C. Windows color (decimal): -12621212 or 6580799. OLE color: 6580799.

HSL color Cylindrical-coordinate representation of color #3F6A64: hue angle of 171.63º 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 #3F6A64 is Cyan = 0.41, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB63106100-
CMYK0.4100.060.58
HSL171.63º25.44%33.14%-
HSV(B)171.63º40.57%41.57%-
XYZ9.512.2813.93-
YUV92.46132.25106.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.42%
GREEN value IS 106 (41.80% from 255) = 39.41%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=23.42%
G=39.41%
B=37.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal631061000.4100.060.58171.6325.4433.14
Hex3F6A6429063Aac1921
Octal771521445106722543141
Binary1111111101010110010010100101101110101010110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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