#49756F

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

Shades of Dark Green Copper #49756F

Tints of Dark Green Copper #49756F

Color information

#49756F (or 0x49756F) is unknown color: approx Dark Green Copper. HEX triplet: 49, 75 and 6F. RGB value is (73,117,111). Sum of RGB (Red+Green+Blue) = 73+117+111=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #49756F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49756F is #B68A90. Grayscale: #676767. Windows color (decimal): -11963025 or 7304521. OLE color: 7304521.

HSL color Cylindrical-coordinate representation of color #49756F: hue angle of 171.82º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #49756F is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB73117111-
CMYK0.3800.050.54
HSL171.82º23.16%37.25%-
HSV(B)171.82º37.61%45.88%-
XYZ11.9815.2917.36-
YUV103.16132.42106.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 111 (43.75% from 255) = 36.88%
R=24.25%
G=38.87%
B=36.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731171110.3800.050.54171.8223.1637.25
Hex49756F260536ac1725
Octal1111651574605662542745
Binary10010011110101110111110011001011101101010110010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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