#4C786F

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

Shades of Dark Green Copper #4C786F

Tints of Dark Green Copper #4C786F

Color information

#4C786F (or 0x4C786F) is unknown color: approx Dark Green Copper. HEX triplet: 4C, 78 and 6F. RGB value is (76,120,111). Sum of RGB (Red+Green+Blue) = 76+120+111=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 120 - color contains mainly: green. Hex color #4C786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C786F is #B38790. Grayscale: #696969. Windows color (decimal): -11765649 or 7305292. OLE color: 7305292.

HSL color Cylindrical-coordinate representation of color #4C786F: hue angle of 167.73º 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 #4C786F is Cyan = 0.37, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB76120111-
CMYK0.3700.080.53
HSL167.73º22.45%38.43%-
HSV(B)167.73º36.67%47.06%-
XYZ12.5716.1217.49-
YUV105.82130.92106.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.76%
GREEN value IS 120 (47.27% from 255) = 39.09%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=24.76%
G=39.09%
B=36.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal761201110.3700.080.53167.7322.4538.43
Hex4C786F250835a81626
Octal11417015745010652502646
Binary100110011110001101111100101010001101011010100010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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