#49726F

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

Shades of Dark Green Copper #49726F

Tints of Dark Green Copper #49726F

Color information

#49726F (or 0x49726F) is unknown color: approx Dark Green Copper. HEX triplet: 49, 72 and 6F. RGB value is (73,114,111). Sum of RGB (Red+Green+Blue) = 73+114+111=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #49726F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49726F is #B68D90. Grayscale: #656565. Windows color (decimal): -11963793 or 7303753. OLE color: 7303753.

HSL color Cylindrical-coordinate representation of color #49726F: hue angle of 175.61º 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 #49726F is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB73114111-
CMYK0.3600.030.55
HSL175.61º21.93%36.67%-
HSV(B)175.61º35.96%44.71%-
XYZ11.6314.617.24-
YUV101.4133.42107.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=24.50%
G=38.26%
B=37.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731141110.3600.030.55175.6121.9336.67
Hex49726F240337b01625
Octal1111621574403672602645
Binary1001001111001011011111001000111101111011000010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49726F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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