#537B71

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

Shades of Dark Green Copper #537B71

Tints of Dark Green Copper #537B71

Color information

#537B71 (or 0x537B71) is unknown color: approx Dark Green Copper. HEX triplet: 53, 7B and 71. RGB value is (83,123,113). Sum of RGB (Red+Green+Blue) = 83+123+113=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 123 - color contains mainly: green. Hex color #537B71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537B71 is #AC848E. Grayscale: #6D6D6D. Windows color (decimal): -11306127 or 7437139. OLE color: 7437139.

HSL color Cylindrical-coordinate representation of color #537B71: hue angle of 165º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #537B71 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB83123113-
CMYK0.3300.080.52
HSL165º19.42%40.39%-
HSV(B)165º32.52%48.24%-
XYZ13.6317.218.22-
YUV109.9129.75108.81-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 123 (48.44% from 255) = 38.56%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=26.02%
G=38.56%
B=35.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal831231130.3300.080.5216519.4240.39
Hex537B71210834a51328
Octal12317316141010642452350
Binary101001111110111110001100001010001101001010010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537B71; }

 p { color: rgb(83,123,113); }

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

<style>
 a { background-color: #537B71; }

 a { background-color: rgb(83,123,113); }

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

<style>
 span { border-color: #537B71; }

 span { border-color: rgb(83,123,113); }

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