#3E766B

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

Shades of Dark Green Copper #3E766B

Tints of Dark Green Copper #3E766B

Color information

#3E766B (or 0x3E766B) is unknown color: approx Dark Green Copper. HEX triplet: 3E, 76 and 6B. RGB value is (62,118,107). Sum of RGB (Red+Green+Blue) = 62+118+107=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 118 - color contains mainly: green. Hex color #3E766B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E766B is #C18994. Grayscale: #636363. Windows color (decimal): -12683669 or 7042622. OLE color: 7042622.

HSL color Cylindrical-coordinate representation of color #3E766B: hue angle of 168.21º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3E766B is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB62118107-
CMYK0.4700.090.54
HSL168.21º31.11%35.29%-
HSV(B)168.21º47.46%46.27%-
XYZ11.1215.0416.23-
YUV100131.95100.89-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.60%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 107 (42.19% from 255) = 37.28%
R=21.60%
G=41.11%
B=37.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal621181070.4700.090.54168.2131.1135.29
Hex3E766B2F0936a81f23
Octal7616615357011662503743
Binary11111011101101101011101111010011101101010100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,118,107); }

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

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

 a { background-color: rgb(62,118,107); }

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

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

 span { border-color: rgb(62,118,107); }

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