#4C786C

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

Shades of Dark Green Copper #4C786C

Tints of Dark Green Copper #4C786C

Color information

#4C786C (or 0x4C786C) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 78 and 6C. RGB value is (76,120,108). Sum of RGB (Red+Green+Blue) = 76+120+108=304 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #4C786C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C786C is #B38793. Grayscale: #696969. Windows color (decimal): -11765652 or 7108684. OLE color: 7108684.

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

Color convert

RGB76120108-
CMYK0.3700.100.53
HSL163.64º22.45%38.43%-
HSV(B)163.64º36.67%47.06%-
XYZ12.416.0516.63-
YUV105.48129.42106.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 25%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 108 (42.58% from 255) = 35.53%
R=25%
G=39.47%
B=35.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761201080.3700.100.53163.6422.4538.43
Hex4C786C250A35a41626
Octal11417015445012652442646
Binary100110011110001101100100101010101101011010010010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,120,108); }

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

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

 a { background-color: rgb(76,120,108); }

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

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

 span { border-color: rgb(76,120,108); }

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