#4E7869

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

Shades of Dark Green Copper #4E7869

Tints of Dark Green Copper #4E7869

Color information

#4E7869 (or 0x4E7869) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 78 and 69. RGB value is (78,120,105). Sum of RGB (Red+Green+Blue) = 78+120+105=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #4E7869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7869 is #B18796. Grayscale: #696969. Windows color (decimal): -11634583 or 6912078. OLE color: 6912078.

HSL color Cylindrical-coordinate representation of color #4E7869: hue angle of 158.57º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4E7869 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB78120105-
CMYK0.3500.130.53
HSL158.57º21.21%38.82%-
HSV(B)158.57º35%47.06%-
XYZ12.4116.0715.81-
YUV105.73127.59108.22-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.74%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=25.74%
G=39.60%
B=34.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781201050.3500.130.53158.5721.2138.82
Hex4E7869230D359f1527
Octal11617015143015652372547
Binary100111011110001101001100011011011101011001111110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,120,105); }

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

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

 a { background-color: rgb(78,120,105); }

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

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

 span { border-color: rgb(78,120,105); }

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