#3F726C

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

Shades of Dark Green Copper #3F726C

Tints of Dark Green Copper #3F726C

Color information

#3F726C (or 0x3F726C) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 72 and 6C. RGB value is (63,114,108). Sum of RGB (Red+Green+Blue) = 63+114+108=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #3F726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F726C is #C08D93. Grayscale: #626262. Windows color (decimal): -12619156 or 7107135. OLE color: 7107135.

HSL color Cylindrical-coordinate representation of color #3F726C: hue angle of 172.94º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F726C is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB63114108-
CMYK0.4500.050.55
HSL172.94º28.81%34.71%-
HSV(B)172.94º44.74%44.71%-
XYZ10.7714.1716.36-
YUV98.07133.6102.99-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.11%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 108 (42.58% from 255) = 37.89%
R=22.11%
G=40%
B=37.89%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal631141080.4500.050.55172.9428.8134.71
Hex3F726C2D0537ad1d23
Octal771621545505672553543
Binary1111111110010110110010110101011101111010110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,114,108); }

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

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

 a { background-color: rgb(63,114,108); }

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

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

 span { border-color: rgb(63,114,108); }

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