#4E8276

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

Shades of Dark Green Copper #4E8276

Tints of Dark Green Copper #4E8276

Color information

#4E8276 (or 0x4E8276) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 82 and 76. RGB value is (78,130,118). Sum of RGB (Red+Green+Blue) = 78+130+118=326 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.93% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 118 (46.48% from 255 or 36.20% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #4E8276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4E8276 is #B17D89. Grayscale: #717171. Windows color (decimal): -11632010 or 7766606. OLE color: 7766606.

HSL color Cylindrical-coordinate representation of color #4E8276: hue angle of 166.15º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E8276 is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB78130118-
CMYK0.4000.090.49
HSL166.15º25%40.78%-
HSV(B)166.15º40%50.98%-
XYZ14.3918.8920.03-
YUV113.08130.77102.98-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.93%
GREEN value IS 130 (51.17% from 255) = 39.88%
BLUE value IS 118 (46.48% from 255) = 36.20%
R=23.93%
G=39.88%
B=36.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781301180.4000.090.49166.152540.78
Hex4E8276280931a61929
Octal11620216650011612463151
Binary1001110100000101110110101000010011100011010011011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,130,118); }

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

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

 a { background-color: rgb(78,130,118); }

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

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

 span { border-color: rgb(78,130,118); }

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