#4D7772

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

Shades of Dark Green Copper #4D7772

Tints of Dark Green Copper #4D7772

Color information

#4D7772 (or 0x4D7772) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 77 and 72. RGB value is (77,119,114). Sum of RGB (Red+Green+Blue) = 77+119+114=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 119 - color contains mainly: green. Hex color #4D7772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7772 is #B2888D. Grayscale: #696969. Windows color (decimal): -11700366 or 7501645. OLE color: 7501645.

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

Color convert

RGB77119114-
CMYK0.3500.040.53
HSL172.86º21.43%38.43%-
HSV(B)172.86º35.29%46.67%-
XYZ12.6915.9918.34-
YUV105.87132.59107.41-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.84%
GREEN value IS 119 (46.88% from 255) = 38.39%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=24.84%
G=38.39%
B=36.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal771191140.3500.040.53172.8621.4338.43
Hex4D7772230435ad1526
Octal1151671624304652552546
Binary10011011110111111001010001101001101011010110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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