#3F786F

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

Shades of Dark Green Copper #3F786F

Tints of Dark Green Copper #3F786F

Color information

#3F786F (or 0x3F786F) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 78 and 6F. RGB value is (63,120,111). Sum of RGB (Red+Green+Blue) = 63+120+111=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #3F786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F786F is #C08790. Grayscale: #656565. Windows color (decimal): -12617617 or 7305279. OLE color: 7305279.

HSL color Cylindrical-coordinate representation of color #3F786F: hue angle of 170.53º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F786F is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB63120111-
CMYK0.4800.080.53
HSL170.53º31.15%35.88%-
HSV(B)170.53º47.5%47.06%-
XYZ11.6415.6417.44-
YUV101.93133.12100.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.43%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=21.43%
G=40.82%
B=37.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631201110.4800.080.53170.5331.1535.88
Hex3F786F300835ab1f24
Octal7717015760010652533744
Binary11111111110001101111110000010001101011010101111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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