#4D796E

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

Shades of Dark Green Copper #4D796E

Tints of Dark Green Copper #4D796E

Color information

#4D796E (or 0x4D796E) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 79 and 6E. RGB value is (77,121,110). Sum of RGB (Red+Green+Blue) = 77+121+110=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #4D796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D796E is #B28691. Grayscale: #6A6A6A. Windows color (decimal): -11699858 or 7240013. OLE color: 7240013.

HSL color Cylindrical-coordinate representation of color #4D796E: hue angle of 165º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4D796E is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB77121110-
CMYK0.3600.090.53
HSL165º22.22%38.82%-
HSV(B)165º36.36%47.45%-
XYZ12.7116.3817.24-
YUV106.59129.92106.89-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25%
GREEN value IS 121 (47.66% from 255) = 39.29%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=25%
G=39.29%
B=35.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal771211100.3600.090.5316522.2238.82
Hex4D796E240935a51627
Octal11517115644011652452647
Binary100110111110011101110100100010011101011010010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,121,110); }

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

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

 a { background-color: rgb(77,121,110); }

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

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

 span { border-color: rgb(77,121,110); }

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