#4C776A

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

Shades of Dark Green Copper #4C776A

Tints of Dark Green Copper #4C776A

Color information

#4C776A (or 0x4C776A) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 77 and 6A. RGB value is (76,119,106). Sum of RGB (Red+Green+Blue) = 76+119+106=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #4C776A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C776A is #B38895. Grayscale: #686868. Windows color (decimal): -11765910 or 6977356. OLE color: 6977356.

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

Color convert

RGB76119106-
CMYK0.3600.110.53
HSL161.86º22.05%38.24%-
HSV(B)161.86º36.13%46.67%-
XYZ12.1815.7716.04-
YUV104.66128.75107.56-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25.25%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=25.25%
G=39.53%
B=35.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761191060.3600.110.53161.8622.0538.24
Hex4C776A240B35a21626
Octal11416715244013652422646
Binary100110011101111101010100100010111101011010001010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,119,106); }

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

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

 a { background-color: rgb(76,119,106); }

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

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

 span { border-color: rgb(76,119,106); }

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