#3F7068

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

Shades of Dark Green Copper #3F7068

Tints of Dark Green Copper #3F7068

Color information

#3F7068 (or 0x3F7068) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 70 and 68. RGB value is (63,112,104). Sum of RGB (Red+Green+Blue) = 63+112+104=279 (36% of max value = 765). Red value is 63 (25% from 255 or 22.58% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7068 is #C08F97. Grayscale: #606060. Windows color (decimal): -12619672 or 6844479. OLE color: 6844479.

HSL color Cylindrical-coordinate representation of color #3F7068: hue angle of 170.2º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F7068 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB63112104-
CMYK0.4400.070.56
HSL170.2º28%34.31%-
HSV(B)170.2º43.75%43.92%-
XYZ10.3413.6415.19-
YUV96.44132.27104.15-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.58%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=22.58%
G=40.14%
B=37.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal631121040.4400.070.56170.22834.31
Hex3F70682C0738aa1c22
Octal771601505407702523442
Binary1111111110000110100010110001111110001010101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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