#4E796B

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

Shades of Dark Green Copper #4E796B

Tints of Dark Green Copper #4E796B

Color information

#4E796B (or 0x4E796B) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 79 and 6B. RGB value is (78,121,107). Sum of RGB (Red+Green+Blue) = 78+121+107=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #4E796B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E796B is #B18694. Grayscale: #6A6A6A. Windows color (decimal): -11634325 or 7043406. OLE color: 7043406.

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

Color convert

RGB78121107-
CMYK0.3600.120.53
HSL160.47º21.61%39.02%-
HSV(B)160.47º35.54%47.45%-
XYZ12.6316.3616.4-
YUV106.55128.25107.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.49%
GREEN value IS 121 (47.66% from 255) = 39.54%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=25.49%
G=39.54%
B=34.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781211070.3600.120.53160.4721.6139.02
Hex4E796B240C35a01627
Octal11617115344014652402647
Binary100111011110011101011100100011001101011010000010110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E796B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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