#3F6B64

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

Shades of Dark Green Copper #3F6B64

Tints of Dark Green Copper #3F6B64

Color information

#3F6B64 (or 0x3F6B64) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 6B and 64. RGB value is (63,107,100). Sum of RGB (Red+Green+Blue) = 63+107+100=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #3F6B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6B64 is #C0949B. Grayscale: #5D5D5D. Windows color (decimal): -12620956 or 6581055. OLE color: 6581055.

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

Color convert

RGB63107100-
CMYK0.4100.070.58
HSL170.45º25.88%33.33%-
HSV(B)170.45º41.12%41.96%-
XYZ9.6112.4913.96-
YUV93.05131.92106.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.33%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=23.33%
G=39.63%
B=37.04%

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
Decimal631071000.4100.070.58170.4525.8833.33
Hex3F6B6429073Aaa1a21
Octal771531445107722523241
Binary1111111101011110010010100101111110101010101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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