#4C766D

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

Shades of Dark Green Copper #4C766D

Tints of Dark Green Copper #4C766D

Color information

#4C766D (or 0x4C766D) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 76 and 6D. RGB value is (76,118,109). Sum of RGB (Red+Green+Blue) = 76+118+109=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #4C766D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C766D is #B38992. Grayscale: #686868. Windows color (decimal): -11766163 or 7173708. OLE color: 7173708.

HSL color Cylindrical-coordinate representation of color #4C766D: hue angle of 167.14º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4C766D is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB76118109-
CMYK0.3600.080.54
HSL167.14º21.65%38.04%-
HSV(B)167.14º35.59%46.27%-
XYZ12.2215.616.83-
YUV104.42130.59107.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.08%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 109 (42.97% from 255) = 35.97%
R=25.08%
G=38.94%
B=35.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal761181090.3600.080.54167.1421.6538.04
Hex4C766D240836a71626
Octal11416615544010662472646
Binary100110011101101101101100100010001101101010011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C766D; }

 p { color: rgb(76,118,109); }

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

<style>
 a { background-color: #4C766D; }

 a { background-color: rgb(76,118,109); }

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

<style>
 span { border-color: #4C766D; }

 span { border-color: rgb(76,118,109); }

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