#50726B

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

Shades of Dark Green Copper #50726B

Tints of Dark Green Copper #50726B

Color information

#50726B (or 0x50726B) is unknown color: approx Dark Green Copper. HEX triplet: 50, 72 and 6B. RGB value is (80,114,107). Sum of RGB (Red+Green+Blue) = 80+114+107=301 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.58% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 114 - color contains mainly: green. Hex color #50726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50726B is #AF8D94. Grayscale: #676767. Windows color (decimal): -11505045 or 7041616. OLE color: 7041616.

HSL color Cylindrical-coordinate representation of color #50726B: hue angle of 167.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50726B is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB80114107-
CMYK0.3000.060.55
HSL167.65º17.53%38.04%-
HSV(B)167.65º29.82%44.71%-
XYZ11.9814.816.14-
YUV103.04130.24111.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.58%
GREEN value IS 114 (44.92% from 255) = 37.87%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=26.58%
G=37.87%
B=35.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801141070.3000.060.55167.6517.5338.04
Hex50726B1E0637a81226
Octal1201621533606672502246
Binary1010000111001011010111111001101101111010100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50726B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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