#4E7F73

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

Shades of Dark Green Copper #4E7F73

Tints of Dark Green Copper #4E7F73

Color information

#4E7F73 (or 0x4E7F73) is unknown color: approx Dark Green Copper. HEX triplet: 4E, 7F and 73. RGB value is (78,127,115). Sum of RGB (Red+Green+Blue) = 78+127+115=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #4E7F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E7F73 is #B1808C. Grayscale: #6E6E6E. Windows color (decimal): -11632781 or 7569230. OLE color: 7569230.

HSL color Cylindrical-coordinate representation of color #4E7F73: hue angle of 165.31º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4E7F73 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB78127115-
CMYK0.3900.090.50
HSL165.31º23.9%40.2%-
HSV(B)165.31º38.58%49.8%-
XYZ13.8318.0418.97-
YUV110.98130.27104.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.38%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=24.38%
G=39.69%
B=35.94%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal781271150.3900.090.50165.3123.940.2
Hex4E7F73270932a51828
Octal11617716347011622453050
Binary100111011111111110011100111010011100101010010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,127,115); }

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

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

 a { background-color: rgb(78,127,115); }

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

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

 span { border-color: rgb(78,127,115); }

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