#4D726C

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

Shades of Dark Green Copper #4D726C

Tints of Dark Green Copper #4D726C

Color information

#4D726C (or 0x4D726C) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 72 and 6C. RGB value is (77,114,108). Sum of RGB (Red+Green+Blue) = 77+114+108=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #4D726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D726C is #B28D93. Grayscale: #666666. Windows color (decimal): -11701652 or 7107149. OLE color: 7107149.

HSL color Cylindrical-coordinate representation of color #4D726C: hue angle of 170.27º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4D726C is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB77114108-
CMYK0.3200.050.55
HSL170.27º19.37%37.45%-
HSV(B)170.27º32.46%44.71%-
XYZ11.7814.716.4-
YUV102.25131.24109.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.75%
GREEN value IS 114 (44.92% from 255) = 38.13%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=25.75%
G=38.13%
B=36.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal771141080.3200.050.55170.2719.3737.45
Hex4D726C200537aa1325
Octal1151621544005672522345
Binary10011011110010110110010000001011101111010101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D726C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,114,108); }

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

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

 a { background-color: rgb(77,114,108); }

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

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

 span { border-color: rgb(77,114,108); }

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