#4D7869

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

Shades of Dark Green Copper #4D7869

Tints of Dark Green Copper #4D7869

Color information

#4D7869 (or 0x4D7869) is unknown color: approx Dark Green Copper. HEX triplet: 4D, 78 and 69. RGB value is (77,120,105). Sum of RGB (Red+Green+Blue) = 77+120+105=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #4D7869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D7869 is #B28796. Grayscale: #696969. Windows color (decimal): -11700119 or 6912077. OLE color: 6912077.

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

Color convert

RGB77120105-
CMYK0.3600.130.53
HSL159.07º21.83%38.63%-
HSV(B)159.07º35.83%47.06%-
XYZ12.3316.0315.81-
YUV105.43127.75107.72-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.50%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=25.50%
G=39.74%
B=34.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal771201050.3600.130.53159.0721.8338.63
Hex4D7869240D359f1627
Octal11517015144015652372647
Binary100110111110001101001100100011011101011001111110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,120,105); }

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

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

 a { background-color: rgb(77,120,105); }

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

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

 span { border-color: rgb(77,120,105); }

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