#3F7670

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

Shades of Dark Green Copper #3F7670

Tints of Dark Green Copper #3F7670

Color information

#3F7670 (or 0x3F7670) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 76 and 70. RGB value is (63,118,112). Sum of RGB (Red+Green+Blue) = 63+118+112=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7670 is #C0898F. Grayscale: #646464. Windows color (decimal): -12618128 or 7370303. OLE color: 7370303.

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

Color convert

RGB63118112-
CMYK0.4700.050.54
HSL173.45º30.39%35.49%-
HSV(B)173.45º46.61%46.27%-
XYZ11.4515.1817.66-
YUV100.87134.28100.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.50%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=21.50%
G=40.27%
B=38.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal631181120.4700.050.54173.4530.3935.49
Hex3F76702F0536ad1e23
Octal771661605705662553643
Binary1111111110110111000010111101011101101010110111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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