#4E6D63

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

Shades of Dark Green Copper #4E6D63

Tints of Dark Green Copper #4E6D63

Color information

#4E6D63 (or 0x4E6D63) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 6D and 63. RGB value is (78,109,99). Sum of RGB (Red+Green+Blue) = 78+109+99=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #4E6D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6D63 is #B1929C. Grayscale: #626262. Windows color (decimal): -11637405 or 6516046. OLE color: 6516046.

HSL color Cylindrical-coordinate representation of color #4E6D63: hue angle of 160.65º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E6D63 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.

Color convert

RGB7810999-
CMYK0.2800.090.57
HSL160.65º16.58%36.67%-
HSV(B)160.65º28.44%42.75%-
XYZ10.8613.4613.83-
YUV98.59128.23113.31-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.27%
GREEN value IS 109 (42.97% from 255) = 38.11%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=27.27%
G=38.11%
B=34.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78109990.2800.090.57160.6516.5836.67
Hex4E6D631C0939a11125
Octal11615514334011712412145
Binary10011101101101110001111100010011110011010000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,109,99); }

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

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

 a { background-color: rgb(78,109,99); }

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

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

 span { border-color: rgb(78,109,99); }

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