#3F6F65

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

Shades of Dark Green Copper #3F6F65

Tints of Dark Green Copper #3F6F65

Color information

#3F6F65 (or 0x3F6F65) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 6F and 65. RGB value is (63,111,101). Sum of RGB (Red+Green+Blue) = 63+111+101=275 (36% of max value = 765). Red value is 63 (25% from 255 or 22.91% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 101 (39.84% from 255 or 36.73% from 275); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F65 is #C0909A. Grayscale: #5F5F5F. Windows color (decimal): -12619931 or 6647615. OLE color: 6647615.

HSL color Cylindrical-coordinate representation of color #3F6F65: hue angle of 167.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F6F65 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB63111101-
CMYK0.4300.090.56
HSL167.5º27.59%34.12%-
HSV(B)167.5º43.24%43.53%-
XYZ10.0813.3714.36-
YUV95.51131.1104.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.91%
GREEN value IS 111 (43.75% from 255) = 40.36%
BLUE value IS 101 (39.84% from 255) = 36.73%
R=22.91%
G=40.36%
B=36.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal631111010.4300.090.56167.527.5934.12
Hex3F6F652B0938a81c22
Octal7715714553011702503442
Binary11111111011111100101101011010011110001010100011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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