#4D776A

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

Shades of Dark Green Copper #4D776A

Tints of Dark Green Copper #4D776A

Color information

#4D776A (or 0x4D776A) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 77 and 6A. RGB value is (77,119,106). Sum of RGB (Red+Green+Blue) = 77+119+106=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #4D776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D776A is #B28895. Grayscale: #686868. Windows color (decimal): -11700374 or 6977357. OLE color: 6977357.

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

Color convert

RGB77119106-
CMYK0.3500.110.53
HSL161.43º21.43%38.43%-
HSV(B)161.43º35.29%46.67%-
XYZ12.2615.8116.04-
YUV104.96128.59108.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.50%
GREEN value IS 119 (46.88% from 255) = 39.40%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=25.50%
G=39.40%
B=35.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal771191060.3500.110.53161.4321.4338.43
Hex4D776A230B35a11526
Octal11516715243013652412546
Binary100110111101111101010100011010111101011010000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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