#50726A

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

Shades of Dark Green Copper #50726A

Tints of Dark Green Copper #50726A

Color information

#50726A (or 0x50726A) is unknown color: approx Dark Green Copper. HEX triplet: 50, 72 and 6A. RGB value is (80,114,106). Sum of RGB (Red+Green+Blue) = 80+114+106=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #50726A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50726A is #AF8D95. Grayscale: #666666. Windows color (decimal): -11505046 or 6976080. OLE color: 6976080.

HSL color Cylindrical-coordinate representation of color #50726A: hue angle of 165.88º 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 #50726A is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB80114106-
CMYK0.3000.070.55
HSL165.88º17.53%38.04%-
HSV(B)165.88º29.82%44.71%-
XYZ11.9314.7815.86-
YUV102.92129.74111.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 26.67%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=26.67%
G=38%
B=35.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal801141060.3000.070.55165.8817.5338.04
Hex50726A1E0737a61226
Octal1201621523607672462246
Binary1010000111001011010101111001111101111010011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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