#3F746C

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

Shades of Dark Green Copper #3F746C

Tints of Dark Green Copper #3F746C

Color information

#3F746C (or 0x3F746C) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 74 and 6C. RGB value is (63,116,108). Sum of RGB (Red+Green+Blue) = 63+116+108=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #3F746C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F746C is #C08B93. Grayscale: #636363. Windows color (decimal): -12618644 or 7107647. OLE color: 7107647.

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

Color convert

RGB63116108-
CMYK0.4600.070.55
HSL170.94º29.61%35.1%-
HSV(B)170.94º45.69%45.49%-
XYZ1114.6316.43-
YUV99.24132.94102.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.95%
GREEN value IS 116 (45.70% from 255) = 40.42%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=21.95%
G=40.42%
B=37.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631161080.4600.070.55170.9429.6135.1
Hex3F746C2E0737ab1e23
Octal771641545607672533643
Binary1111111110100110110010111001111101111010101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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