#49726D

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

Shades of Dark Green Copper #49726D

Tints of Dark Green Copper #49726D

Color information

#49726D (or 0x49726D) is unknown color: approx Dark Green Copper. HEX triplet: 49, 72 and 6D. RGB value is (73,114,109). Sum of RGB (Red+Green+Blue) = 73+114+109=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #49726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49726D is #B68D92. Grayscale: #656565. Windows color (decimal): -11963795 or 7172681. OLE color: 7172681.

HSL color Cylindrical-coordinate representation of color #49726D: hue angle of 172.68º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #49726D is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB73114109-
CMYK0.3600.040.55
HSL172.68º21.93%36.67%-
HSV(B)172.68º35.96%44.71%-
XYZ11.5314.5616.67-
YUV101.17132.42107.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 109 (42.97% from 255) = 36.82%
R=24.66%
G=38.51%
B=36.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731141090.3600.040.55172.6821.9336.67
Hex49726D240437ad1625
Octal1111621554404672552645
Binary10010011110010110110110010001001101111010110110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49726D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49726D; }

 p { color: rgb(73,114,109); }

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

<style>
 a { background-color: #49726D; }

 a { background-color: rgb(73,114,109); }

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

<style>
 span { border-color: #49726D; }

 span { border-color: rgb(73,114,109); }

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