#4D786C

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

Shades of Dark Green Copper #4D786C

Tints of Dark Green Copper #4D786C

Color information

#4D786C (or 0x4D786C) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 78 and 6C. RGB value is (77,120,108). Sum of RGB (Red+Green+Blue) = 77+120+108=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #4D786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D786C is #B28793. Grayscale: #696969. Windows color (decimal): -11700116 or 7108685. OLE color: 7108685.

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

Color convert

RGB77120108-
CMYK0.3600.100.53
HSL163.26º21.83%38.63%-
HSV(B)163.26º35.83%47.06%-
XYZ12.4816.0916.64-
YUV105.78129.25107.48-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.25%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=25.25%
G=39.34%
B=35.41%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal771201080.3600.100.53163.2621.8338.63
Hex4D786C240A35a31627
Octal11517015444012652432647
Binary100110111110001101100100100010101101011010001110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D786C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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