#4E756F

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

Shades of Dark Green Copper #4E756F

Tints of Dark Green Copper #4E756F

Color information

#4E756F (or 0x4E756F) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 75 and 6F. RGB value is (78,117,111). Sum of RGB (Red+Green+Blue) = 78+117+111=306 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.49% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #4E756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E756F is #B18A90. Grayscale: #686868. Windows color (decimal): -11635345 or 7304526. OLE color: 7304526.

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

Color convert

RGB78117111-
CMYK0.3300.050.54
HSL170.77º20%38.24%-
HSV(B)170.77º33.33%45.88%-
XYZ12.3715.4917.38-
YUV104.66131.58108.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.49%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 111 (43.75% from 255) = 36.27%
R=25.49%
G=38.24%
B=36.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal781171110.3300.050.54170.772038.24
Hex4E756F210536ab1426
Octal1161651574105662532446
Binary10011101110101110111110000101011101101010101110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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