#49786F

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

Shades of Dark Green Copper #49786F

Tints of Dark Green Copper #49786F

Color information

#49786F (or 0x49786F) is unknown color: approx Dark Green Copper. HEX triplet: 49, 78 and 6F. RGB value is (73,120,111). Sum of RGB (Red+Green+Blue) = 73+120+111=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #49786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49786F is #B68790. Grayscale: #686868. Windows color (decimal): -11962257 or 7305289. OLE color: 7305289.

HSL color Cylindrical-coordinate representation of color #49786F: hue angle of 168.51º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #49786F is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB73120111-
CMYK0.3900.080.53
HSL168.51º24.35%37.84%-
HSV(B)168.51º39.17%47.06%-
XYZ12.331617.48-
YUV104.92131.43105.23-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=24.01%
G=39.47%
B=36.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731201110.3900.080.53168.5124.3537.84
Hex49786F270835a91826
Octal11117015747010652513046
Binary100100111110001101111100111010001101011010100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49786F; }

 p { color: rgb(73,120,111); }

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

<style>
 a { background-color: #49786F; }

 a { background-color: rgb(73,120,111); }

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

<style>
 span { border-color: #49786F; }

 span { border-color: rgb(73,120,111); }

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