#4E7365

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

Shades of Dark Green Copper #4E7365

Tints of Dark Green Copper #4E7365

Color information

#4E7365 (or 0x4E7365) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 73 and 65. RGB value is (78,115,101). Sum of RGB (Red+Green+Blue) = 78+115+101=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 115 - color contains mainly: green. Hex color #4E7365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7365 is #B18C9A. Grayscale: #666666. Windows color (decimal): -11635867 or 6648654. OLE color: 6648654.

HSL color Cylindrical-coordinate representation of color #4E7365: hue angle of 157.3º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4E7365 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB78115101-
CMYK0.3200.120.55
HSL157.3º19.17%37.84%-
HSV(B)157.3º32.17%45.1%-
XYZ11.6214.8214.56-
YUV102.34127.24110.64-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.53%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 101 (39.84% from 255) = 34.35%
R=26.53%
G=39.12%
B=34.35%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal781151010.3200.120.55157.319.1737.84
Hex4E7365200C379d1326
Octal11616314540014672352346
Binary100111011100111100101100000011001101111001110110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,115,101); }

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

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

 a { background-color: rgb(78,115,101); }

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

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

 span { border-color: rgb(78,115,101); }

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