#3F7770

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

Shades of Dark Green Copper #3F7770

Tints of Dark Green Copper #3F7770

Color information

#3F7770 (or 0x3F7770) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 77 and 70. RGB value is (63,119,112). Sum of RGB (Red+Green+Blue) = 63+119+112=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #3F7770 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7770 is #C0888F. Grayscale: #656565. Windows color (decimal): -12617872 or 7370559. OLE color: 7370559.

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

Color convert

RGB63119112-
CMYK0.4700.060.53
HSL172.5º30.77%35.69%-
HSV(B)172.5º47.06%46.67%-
XYZ11.5715.4217.7-
YUV101.46133.95100.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.43%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=21.43%
G=40.48%
B=38.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal631191120.4700.060.53172.530.7735.69
Hex3F77702F0635ac1f24
Octal771671605706652543744
Binary1111111110111111000010111101101101011010110011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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