#3F6F67

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

Shades of Dark Green Copper #3F6F67

Tints of Dark Green Copper #3F6F67

Color information

#3F6F67 (or 0x3F6F67) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 6F and 67. RGB value is (63,111,103). Sum of RGB (Red+Green+Blue) = 63+111+103=277 (36% of max value = 765). Red value is 63 (25% from 255 or 22.74% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #3F6F67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6F67 is #C09098. Grayscale: #5F5F5F. Windows color (decimal): -12619929 or 6778687. OLE color: 6778687.

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

Color convert

RGB63111103-
CMYK0.4300.070.56
HSL170º27.59%34.12%-
HSV(B)170º43.24%43.53%-
XYZ10.1813.414.88-
YUV95.74132.1104.65-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.74%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 103 (40.62% from 255) = 37.18%
R=22.74%
G=40.07%
B=37.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal631111030.4300.070.5617027.5934.12
Hex3F6F672B0738aa1c22
Octal771571475307702523442
Binary1111111101111110011110101101111110001010101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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