#3F706A

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

Shades of Dark Green Copper #3F706A

Tints of Dark Green Copper #3F706A

Color information

#3F706A (or 0x3F706A) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 70 and 6A. RGB value is (63,112,106). Sum of RGB (Red+Green+Blue) = 63+112+106=281 (37% of max value = 765). Red value is 63 (25% from 255 or 22.42% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 112 - color contains mainly: green. Hex color #3F706A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F706A is #C08F95. Grayscale: #606060. Windows color (decimal): -12619670 or 6975551. OLE color: 6975551.

HSL color Cylindrical-coordinate representation of color #3F706A: hue angle of 172.65º 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 #3F706A is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB63112106-
CMYK0.4400.050.56
HSL172.65º28%34.31%-
HSV(B)172.65º43.75%43.92%-
XYZ10.4513.6915.73-
YUV96.66133.27103.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.42%
GREEN value IS 112 (44.14% from 255) = 39.86%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=22.42%
G=39.86%
B=37.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal631121060.4400.050.56172.652834.31
Hex3F706A2C0538ad1c22
Octal771601525405702553442
Binary1111111110000110101010110001011110001010110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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