#4E7566

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

Shades of Dark Green Copper #4E7566

Tints of Dark Green Copper #4E7566

Color information

#4E7566 (or 0x4E7566) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 75 and 66. RGB value is (78,117,102). Sum of RGB (Red+Green+Blue) = 78+117+102=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 117 (46.09% from 255 or 39.39% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 117 - color contains mainly: green. Hex color #4E7566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7566 is #B18A99. Grayscale: #676767. Windows color (decimal): -11635354 or 6714702. OLE color: 6714702.

HSL color Cylindrical-coordinate representation of color #4E7566: hue angle of 156.92º 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 #4E7566 is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB78117102-
CMYK0.3300.130.54
HSL156.92º20%38.24%-
HSV(B)156.92º33.33%45.88%-
XYZ11.915.314.9-
YUV103.63127.08109.72-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.26%
GREEN value IS 117 (46.09% from 255) = 39.39%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=26.26%
G=39.39%
B=34.34%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal781171020.3300.130.54156.922038.24
Hex4E7566210D369d1426
Octal11616514641015662352446
Binary100111011101011100110100001011011101101001110110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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