#3f756c

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

Shades of Dark Green Copper #3F756C

Tints of Dark Green Copper #3F756C

Color information

#3F756C (or 0x3F756C) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 75 and 6C. RGB value is (63,117,108). Sum of RGB (Red+Green+Blue) = 63+117+108=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #3F756C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F756C is #C08A93. Grayscale: #636363. Windows color (decimal): -12618388 or 7107903. OLE color: 7107903.

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

Color convert

RGB63117108-
CMYK0.4600.080.54
HSL170º30%35.29%-
HSV(B)170º46.15%45.88%-
XYZ11.1214.8616.47-
YUV99.83132.61101.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.88%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=21.88%
G=40.62%
B=37.5%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal631171080.4600.080.541703035.29
Hex3F756C2E0836aa1e23
Octal7716515456010662523643
Binary11111111101011101100101110010001101101010101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f756c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,117,108); }

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

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

 a { background-color: rgb(63,117,108); }

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

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

 span { border-color: rgb(63,117,108); }

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