#4E7466

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

Shades of Dark Green Copper #4E7466

Tints of Dark Green Copper #4E7466

Color information

#4E7466 (or 0x4E7466) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 74 and 66. RGB value is (78,116,102). Sum of RGB (Red+Green+Blue) = 78+116+102=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #4E7466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7466 is #B18B99. Grayscale: #676767. Windows color (decimal): -11635610 or 6714446. OLE color: 6714446.

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

Color convert

RGB78116102-
CMYK0.3300.120.55
HSL157.89º19.59%38.04%-
HSV(B)157.89º32.76%45.49%-
XYZ11.7915.0714.86-
YUV103.04127.41110.14-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.35%
GREEN value IS 116 (45.70% from 255) = 39.19%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=26.35%
G=39.19%
B=34.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal781161020.3300.120.55157.8919.5938.04
Hex4E7466210C379e1426
Octal11616414641014672362446
Binary100111011101001100110100001011001101111001111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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