#4C766E

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

Shades of Dark Green Copper #4C766E

Tints of Dark Green Copper #4C766E

Color information

#4C766E (or 0x4C766E) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 76 and 6E. RGB value is (76,118,110). Sum of RGB (Red+Green+Blue) = 76+118+110=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #4C766E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C766E is #B38991. Grayscale: #686868. Windows color (decimal): -11766162 or 7239244. OLE color: 7239244.

HSL color Cylindrical-coordinate representation of color #4C766E: hue angle of 168.57º 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 #4C766E is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB76118110-
CMYK0.3600.070.54
HSL168.57º21.65%38.04%-
HSV(B)168.57º35.59%46.27%-
XYZ12.2715.6217.12-
YUV104.53131.09107.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=25%
G=38.82%
B=36.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal761181100.3600.070.54168.5721.6538.04
Hex4C766E240736a91626
Octal1141661564407662512646
Binary10011001110110110111010010001111101101010100110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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