#3F776E

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

Shades of Dark Green Copper #3F776E

Tints of Dark Green Copper #3F776E

Color information

#3F776E (or 0x3F776E) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 77 and 6E. RGB value is (63,119,110). Sum of RGB (Red+Green+Blue) = 63+119+110=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #3F776E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F776E is #C08891. Grayscale: #656565. Windows color (decimal): -12617874 or 7239487. OLE color: 7239487.

HSL color Cylindrical-coordinate representation of color #3F776E: hue angle of 170.36º 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 #3F776E is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB63119110-
CMYK0.4700.080.53
HSL170.36º30.77%35.69%-
HSV(B)170.36º47.06%46.67%-
XYZ11.4615.3817.12-
YUV101.23132.95100.73-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.58%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=21.58%
G=40.75%
B=37.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631191100.4700.080.53170.3630.7735.69
Hex3F776E2F0835aa1f24
Octal7716715657010652523744
Binary11111111101111101110101111010001101011010101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,119,110); }

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

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

 a { background-color: rgb(63,119,110); }

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

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

 span { border-color: rgb(63,119,110); }

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