#49736F

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

Shades of Dark Green Copper #49736F

Tints of Dark Green Copper #49736F

Color information

#49736F (or 0x49736F) is unknown color: approx Dark Green Copper. HEX triplet: 49, 73 and 6F. RGB value is (73,115,111). Sum of RGB (Red+Green+Blue) = 73+115+111=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #49736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49736F is #B68C90. Grayscale: #656565. Windows color (decimal): -11963537 or 7304009. OLE color: 7304009.

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

Color convert

RGB73115111-
CMYK0.3700.030.55
HSL174.29º22.34%36.86%-
HSV(B)174.29º36.52%45.1%-
XYZ11.7514.8317.28-
YUV101.99133.09107.33-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 111 (43.75% from 255) = 37.12%
R=24.41%
G=38.46%
B=37.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731151110.3700.030.55174.2922.3436.86
Hex49736F250337ae1625
Octal1111631574503672562645
Binary1001001111001111011111001010111101111010111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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