#4E756A

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

Shades of Dark Green Copper #4E756A

Tints of Dark Green Copper #4E756A

Color information

#4E756A (or 0x4E756A) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 75 and 6A. RGB value is (78,117,106). Sum of RGB (Red+Green+Blue) = 78+117+106=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #4E756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E756A is #B18A95. Grayscale: #686868. Windows color (decimal): -11635350 or 6976846. OLE color: 6976846.

HSL color Cylindrical-coordinate representation of color #4E756A: hue angle of 163.08º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4E756A is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB78117106-
CMYK0.3300.090.54
HSL163.08º20%38.24%-
HSV(B)163.08º33.33%45.88%-
XYZ12.115.3815.97-
YUV104.08129.08109.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.91%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=25.91%
G=38.87%
B=35.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal781171060.3300.090.54163.082038.24
Hex4E756A210936a31426
Octal11616515241011662432446
Binary100111011101011101010100001010011101101010001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,117,106); }

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

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

 a { background-color: rgb(78,117,106); }

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

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

 span { border-color: rgb(78,117,106); }

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