#4E7870

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

Shades of Dark Green Copper #4E7870

Tints of Dark Green Copper #4E7870

Color information

#4E7870 (or 0x4E7870) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 78 and 70. RGB value is (78,120,112). Sum of RGB (Red+Green+Blue) = 78+120+112=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 120 (47.27% from 255 or 38.71% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 120 - color contains mainly: green. Hex color #4E7870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7870 is #B1878F. Grayscale: #6A6A6A. Windows color (decimal): -11634576 or 7370830. OLE color: 7370830.

HSL color Cylindrical-coordinate representation of color #4E7870: hue angle of 168.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 #4E7870 is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB78120112-
CMYK0.3500.070.53
HSL168.57º21.21%38.82%-
HSV(B)168.57º35%47.06%-
XYZ12.7816.2217.79-
YUV106.53131.09107.65-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 120 (47.27% from 255) = 38.71%
BLUE value IS 112 (44.14% from 255) = 36.13%
R=25.16%
G=38.71%
B=36.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781201120.3500.070.53168.5721.2138.82
Hex4E7870230735a91527
Octal1161701604307652512547
Binary10011101111000111000010001101111101011010100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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