#4E736A

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

Shades of Dark Green Copper #4E736A

Tints of Dark Green Copper #4E736A

Color information

#4E736A (or 0x4E736A) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 73 and 6A. RGB value is (78,115,106). Sum of RGB (Red+Green+Blue) = 78+115+106=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #4E736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E736A is #B18C95. Grayscale: #666666. Windows color (decimal): -11635862 or 6976334. OLE color: 6976334.

HSL color Cylindrical-coordinate representation of color #4E736A: hue angle of 165.41º 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 #4E736A is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB78115106-
CMYK0.3200.080.55
HSL165.41º19.17%37.84%-
HSV(B)165.41º32.17%45.1%-
XYZ11.8714.9215.89-
YUV102.91129.74110.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.09%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=26.09%
G=38.46%
B=35.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal781151060.3200.080.55165.4119.1737.84
Hex4E736A200837a51326
Octal11616315240010672452346
Binary100111011100111101010100000010001101111010010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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