#4D716A

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

Shades of Dark Green Copper #4D716A

Tints of Dark Green Copper #4D716A

Color information

#4D716A (or 0x4D716A) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 71 and 6A. RGB value is (77,113,106). Sum of RGB (Red+Green+Blue) = 77+113+106=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #4D716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D716A is #B28E95. Grayscale: #656565. Windows color (decimal): -11701910 or 6975821. OLE color: 6975821.

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

Color convert

RGB77113106-
CMYK0.3200.060.56
HSL168.33º18.95%37.25%-
HSV(B)168.33º31.86%44.31%-
XYZ11.5714.4315.81-
YUV101.44130.57110.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.01%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=26.01%
G=38.18%
B=35.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal771131060.3200.060.56168.3318.9537.25
Hex4D716A200638a81325
Octal1151611524006702502345
Binary10011011110001110101010000001101110001010100010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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