#3F6B67

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

Shades of Dark Green Copper #3F6B67

Tints of Dark Green Copper #3F6B67

Color information

#3F6B67 (or 0x3F6B67) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 6B and 67. RGB value is (63,107,103). Sum of RGB (Red+Green+Blue) = 63+107+103=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #3F6B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6B67 is #C09498. Grayscale: #5D5D5D. Windows color (decimal): -12620953 or 6777663. OLE color: 6777663.

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

Color convert

RGB63107103-
CMYK0.4100.040.58
HSL174.55º25.88%33.33%-
HSV(B)174.55º41.12%41.96%-
XYZ9.7612.5514.74-
YUV93.39133.42106.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=23.08%
G=39.19%
B=37.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal631071030.4100.040.58174.5525.8833.33
Hex3F6B6729043Aaf1a21
Octal771531475104722573241
Binary1111111101011110011110100101001110101010111111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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