#4E7872

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

Shades of Dark Green Copper #4E7872

Tints of Dark Green Copper #4E7872

Color information

#4E7872 (or 0x4E7872) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 78 and 72. RGB value is (78,120,114). Sum of RGB (Red+Green+Blue) = 78+120+114=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #4E7872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7872 is #B1878D. Grayscale: #6A6A6A. Windows color (decimal): -11634574 or 7501902. OLE color: 7501902.

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

Color convert

RGB78120114-
CMYK0.3500.050.53
HSL171.43º21.21%38.82%-
HSV(B)171.43º35%47.06%-
XYZ12.916.2718.38-
YUV106.76132.09107.49-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25%
GREEN value IS 120 (47.27% from 255) = 38.46%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=25%
G=38.46%
B=36.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal781201140.3500.050.53171.4321.2138.82
Hex4E7872230535ab1527
Octal1161701624305652532547
Binary10011101111000111001010001101011101011010101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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