#3F6C63

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

Shades of Dark Green Copper #3F6C63

Tints of Dark Green Copper #3F6C63

Color information

#3F6C63 (or 0x3F6C63) is unknown color: approx Dark Green Copper. HEX triplet: 3F, 6C and 63. RGB value is (63,108,99). Sum of RGB (Red+Green+Blue) = 63+108+99=270 (35% of max value = 765). Red value is 63 (25% from 255 or 23.33% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 99 (39.06% from 255 or 36.67% from 270); Max value from RGB is 108 - color contains mainly: green. Hex color #3F6C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6C63 is #C0939C. Grayscale: #5D5D5D. Windows color (decimal): -12620701 or 6515775. OLE color: 6515775.

HSL color Cylindrical-coordinate representation of color #3F6C63: hue angle of 168º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F6C63 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB6310899-
CMYK0.4200.080.58
HSL168º26.32%33.53%-
HSV(B)168º41.67%42.35%-
XYZ9.6612.6813.74-
YUV93.52131.09106.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.33%
GREEN value IS 108 (42.58% from 255) = 40%
BLUE value IS 99 (39.06% from 255) = 36.67%
R=23.33%
G=40%
B=36.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63108990.4200.080.5816826.3233.53
Hex3F6C632A083Aa81a22
Octal7715414352010722503242
Binary11111111011001100011101010010001110101010100011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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