#49726B

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

Shades of Dark Green Copper #49726B

Tints of Dark Green Copper #49726B

Color information

#49726B (or 0x49726B) is unknown color: approx Dark Green Copper. HEX triplet: 49, 72 and 6B. RGB value is (73,114,107). Sum of RGB (Red+Green+Blue) = 73+114+107=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #49726B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49726B is #B68D94. Grayscale: #646464. Windows color (decimal): -11963797 or 7041609. OLE color: 7041609.

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

Color convert

RGB73114107-
CMYK0.3600.060.55
HSL169.76º21.93%36.67%-
HSV(B)169.76º35.96%44.71%-
XYZ11.4214.5116.11-
YUV100.94131.42108.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 114 (44.92% from 255) = 38.78%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=24.83%
G=38.78%
B=36.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731141070.3600.060.55169.7621.9336.67
Hex49726B240637aa1625
Octal1111621534406672522645
Binary10010011110010110101110010001101101111010101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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