#4E796C

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

Shades of Dark Green Copper #4E796C

Tints of Dark Green Copper #4E796C

Color information

#4E796C (or 0x4E796C) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 79 and 6C. RGB value is (78,121,108). Sum of RGB (Red+Green+Blue) = 78+121+108=307 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.41% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 121 - color contains mainly: green. Hex color #4E796C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E796C is #B18693. Grayscale: #6A6A6A. Windows color (decimal): -11634324 or 7108942. OLE color: 7108942.

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

Color convert

RGB78121108-
CMYK0.3600.110.53
HSL161.86º21.61%39.02%-
HSV(B)161.86º35.54%47.45%-
XYZ12.6916.3816.68-
YUV106.66128.75107.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.41%
GREEN value IS 121 (47.66% from 255) = 39.41%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=25.41%
G=39.41%
B=35.18%

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
Decimal781211080.3600.110.53161.8621.6139.02
Hex4E796C240B35a21627
Octal11617115444013652422647
Binary100111011110011101100100100010111101011010001010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E796C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,121,108); }

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

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

 a { background-color: rgb(78,121,108); }

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

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

 span { border-color: rgb(78,121,108); }

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