#3F766F

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

Shades of Dark Green Copper #3F766F

Tints of Dark Green Copper #3F766F

Color information

#3F766F (or 0x3F766F) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 76 and 6F. RGB value is (63,118,111). Sum of RGB (Red+Green+Blue) = 63+118+111=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 111 (43.75% from 255 or 38.01% from 292); Max value from RGB is 118 - color contains mainly: green. Hex color #3F766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F766F is #C08990. Grayscale: #646464. Windows color (decimal): -12618129 or 7304767. OLE color: 7304767.

HSL color Cylindrical-coordinate representation of color #3F766F: hue angle of 172.36º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F766F is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB63118111-
CMYK0.4700.060.54
HSL172.36º30.39%35.49%-
HSV(B)172.36º46.61%46.27%-
XYZ11.415.1617.36-
YUV100.76133.78101.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.58%
GREEN value IS 118 (46.48% from 255) = 40.41%
BLUE value IS 111 (43.75% from 255) = 38.01%
R=21.58%
G=40.41%
B=38.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal631181110.4700.060.54172.3630.3935.49
Hex3F766F2F0636ac1e23
Octal771661575706662543643
Binary1111111110110110111110111101101101101010110011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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