#3F6762

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

Shades of Dark Green Copper #3F6762

Tints of Dark Green Copper #3F6762

Color information

#3F6762 (or 0x3F6762) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 67 and 62. RGB value is (63,103,98). Sum of RGB (Red+Green+Blue) = 63+103+98=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6762 is #C0989D. Grayscale: #5A5A5A. Windows color (decimal): -12621982 or 6448959. OLE color: 6448959.

HSL color Cylindrical-coordinate representation of color #3F6762: hue angle of 172.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6762 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB6310398-
CMYK0.3900.050.60
HSL172.5º24.1%32.55%-
HSV(B)172.5º38.83%40.39%-
XYZ9.111.6413.32-
YUV90.47132.25108.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.86%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=23.86%
G=39.02%
B=37.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal63103980.3900.050.60172.524.132.55
Hex3F676227053Cac1821
Octal771471424705742543041
Binary1111111100111110001010011101011111001010110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,103,98); }

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

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

 a { background-color: rgb(63,103,98); }

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

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

 span { border-color: rgb(63,103,98); }

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